Changeset 478 for trunk

Show
Ignore:
Timestamp:
10/05/2009 08:29:06 PM (3 years ago)
Author:
powell
Message:

Diagnostic update.

Files:
1 modified

Legend:

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

    r463 r478  
    109109 
    110110#ifdef DEBUG 
    111           printf ("Triangle %d: spinodals %g, %g, %g; total %d\n", 
    112                   tri, spin[0], spin[1], spin[2], total); 
     111          printf ("Tri %d (%d,%d,%d): spins %g,%g,%g; total %d\n", 
     112                  tri, triangle_indices[3*tri], triangle_indices[3*tri+1], 
     113                  triangle_indices[3*tri+2], spin[0],spin[1],spin[2], total); 
    113114#endif 
    114115        }