Changeset 359
- Timestamp:
- 03/28/08 08:44:06 (8 months ago)
- Location:
- trunk/matml/src/ternary
- Files:
-
- 2 modified
-
ternary.h (modified) (1 diff)
-
ternary.tex.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ternary.h
r354 r359 86 86 double Omega23; /*+ Species 2-3 regular solution interaction parameter +*/ 87 87 double Omega123; /*+ Species 1-2-3 regular solution interaction parameter +*/ 88 } energy_params; 88 } energy_params; /*+ Free energy parameters structure +*/ 89 89 90 90 /* From freenergy.c */ -
trunk/matml/src/ternary/ternary.tex.in
r356 r359 78 78 \section{Version History} 79 79 80 This is a condensed summary of new user-visible features in {\tt Ternary}. A 81 more detailed description of new features in each release is in the {\tt 82 ChangeLog} file. 83 80 84 \subsection{{\tt Ternary} 0.1.0} 81 85 … … 94 98 This version introduced multiple free energy functions which intersect to 95 99 produce complex multi-phase regions on the convex hull. Internally, much of 96 the code in main() moved out to a new file {\tt book.c}, which will make it a97 lot easier to wrap these functions using SIDL or SWIG.100 the code in {\tt main()} moved out to a new file {\tt book.c}, which will make 101 it a lot easier to wrap these functions using SIDL or SWIG. 98 102 99 103 \bibliographystyle{unsrturl}