Changeset 422
- Timestamp:
- 02/23/2009 06:41:03 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/geomview.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/geomview.c
r417 r422 139 139 { 140 140 int i, c=theboundary->compos; 141 printf ("c=%d\n", c); fflush (stdout);142 141 143 142 fprintf (geompipe, "(geometry \"%s\" { : %s })\n", name, label); … … 150 149 points[i].z, points[i].red, points[i].green, points[i].blue, 151 150 points[i].alpha); 152 153 printf ("First edge: %d %d\n", theboundary->edges [0], theboundary->edges [1]);154 fflush (stdout);155 151 156 152 for (i=0; i<theboundary->n_edges; i++)