- Timestamp:
- 11/30/2009 04:19:33 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/Ternary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/Ternary.c
r504 r506 159 159 if (i=GeomviewDisplayPhaseBoundary 160 160 (isotherm_geomview_pipe, "Spinodal 2", "spin2", "-face +edge", 161 numpoints, vpoints, spinodal_toggle[1] ? spinodals : NULL))161 numpoints, vpoints, spinodal_toggle[1] ? spinodals+1 : NULL)) 162 162 { printf ("recalculate_and_display: Error %d in Geomview Display\n", i); 163 163 exit (i); }