Changeset 457 for trunk/matml/src

Show
Ignore:
Timestamp:
06/17/2009 12:17:36 PM (3 years ago)
Author:
powell
Message:

Bug fix to both, new comments for ternary.

Location:
trunk/matml/src/ternary
Files:
2 modified

Legend:

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

    r454 r457  
    138138  for (i=0; i<numbounds; i++) 
    139139    { 
    140       char name [20], *label [10]; 
     140      char name [20], label [10]; 
    141141      int ret; 
    142142 
  • trunk/matml/src/ternary/ternary.c

    r454 r457  
    3535  ternary_point *points; 
    3636  phase_boundary solid_spinodal, *allbounds=NULL; 
    37   /* eparams: R,T0, G1@T0,G2,G3, C1,C2,C3, M1,M2,M3, O12,O13,O23,O123 */ 
     37  /* eparams: name, R,T0, G1@T0,G2,G3, C1,C2,C3, S1,S2,S3,S4,S5, 
     38     O12,O13,O23, O123,O234,O235,O245,O345,O2345 gauss ptr, gauss number */ 
    3839  energy_params /* Solid, liquid */ 
    3940    eparams0 = {"Solid", 1.,1., 0.,-.1,-.2, -1.,-1.1,-1.2, 1.,.5,.2,0.,0., 
     
    130131  for (i=0; i<numbounds; i++) 
    131132    { 
    132       char name [20], *label [10]; 
     133      char name [20], label [10]; 
    133134      int ret; 
    134135