Changeset 315

Show
Ignore:
Timestamp:
03/25/08 18:34:13 (8 months ago)
Author:
powell
Message:

Little helpfuls

Files:
1 modified

Legend:

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

    r314 r315  
    1515  FILE *pfd = NULL; 
    1616  int i, j, loop_max=50; 
    17   coordT Gmin=1.e+100, Gmax=-1.e+100, centerG; 
     17  coordT Gmin=REALmax, Gmax=-REALmax; 
    1818 
    1919  pipe (gv_pipe); /* from geomview stdout */ 
     
    8585 
    8686#define ROWSTART(row) ((row)*(loop_max+1) - ((row)*((row)-1))/2) 
    87  
     87  /* Send triangle vertices to Geomview */ 
    8888  for (i=0; i<loop_max-1; i++) 
    8989    {