Changeset 427
- Timestamp:
- 02/23/2009 07:42:59 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ChangeLog
r421 r427 5 5 * Added phase_boundary typedef struct. 6 6 * Changed hull calculation interface to only hold the qhull variables during 7 hull calculation, and permit (multiple) phase boundary refinement. 7 hull calculation (with a lock to prevent attempts at multiple usage). 8 * Phase boundary refinement using a cool, and I think novel, Newton energy 9 minimization algorithm. 8 10 * Added WITH_DERIVATIVES and NO_INFINITY options to free energies(). 9 11 * Added spinodal.c with calc_spinodal function.