Changeset 422 for trunk/matml/src

Show
Ignore:
Timestamp:
02/23/2009 06:41:03 PM (3 years ago)
Author:
powell
Message:

Removed a couple of no-longer-necessary diagnostics.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/geomview.c

    r417 r422  
    139139{ 
    140140  int i, c=theboundary->compos; 
    141   printf ("c=%d\n", c); fflush (stdout); 
    142141 
    143142  fprintf (geompipe, "(geometry \"%s\" { : %s })\n", name, label); 
     
    150149             points[i].z, points[i].red, points[i].green, points[i].blue, 
    151150             points[i].alpha); 
    152  
    153   printf ("First edge: %d %d\n", theboundary->edges [0], theboundary->edges [1]); 
    154   fflush (stdout); 
    155151 
    156152  for (i=0; i<theboundary->n_edges; i++)