Changeset 462 for trunk/matml/src
- Timestamp:
- 06/17/2009 09:56:19 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/gibbs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/gibbs.h
r460 r462 2 2 $Header$ 3 3 4 This is the ternary.h header file with structures and prototypes for5 calculating ternary phase diagrams.4 This is the gibbs.h header file with structures and prototypes for 5 calculating phase diagrams, currently only ternaries. 6 6 ***************************************/ 7 7 8 8 9 #ifndef TERNARY_H10 #define TERNARY_H /*+ To stop multiple inclusions. +*/9 #ifndef GIBBS_H 10 #define GIBBS_H /*+ To stop multiple inclusions. +*/ 11 11 12 12 #include <stdio.h> … … 41 41 -latex-(0 -> 1) 42 42 +*/ 43 } visual_point; /*+ Ternary"point" structure. +*/43 } visual_point; /*+ Visualization "point" structure. +*/ 44 44 45 45 typedef enum { … … 123 123 double G0, double y1, double G1, double *Gmin, double *Gmax, int square); 124 124 125 #endif /* TERNARY_H */125 #endif /* GIBBS_H */