Changeset 506 for trunk

Show
Ignore:
Timestamp:
11/30/2009 04:19:33 PM (2 years ago)
Author:
powell
Message:

Bug fix: actually display the second spinodal when it's supposed to.

Files:
1 modified

Legend:

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

    r504 r506  
    159159      if (i=GeomviewDisplayPhaseBoundary 
    160160          (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)) 
    162162        { printf ("recalculate_and_display: Error %d in Geomview Display\n", i); 
    163163          exit (i); }