Changeset 359

Show
Ignore:
Timestamp:
03/28/08 08:44:06 (8 months ago)
Author:
powell
Message:

Little documentation updates.

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

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ternary.h

    r354 r359  
    8686  double Omega23;  /*+ Species 2-3 regular solution interaction parameter +*/ 
    8787  double Omega123; /*+ Species 1-2-3 regular solution interaction parameter +*/ 
    88 } energy_params; 
     88} energy_params;   /*+ Free energy parameters structure +*/ 
    8989 
    9090/* From freenergy.c */ 
  • trunk/matml/src/ternary/ternary.tex.in

    r356 r359  
    7878\section{Version History} 
    7979 
     80This is a condensed summary of new user-visible features in {\tt Ternary}.  A 
     81more detailed description of new features in each release is in the {\tt 
     82  ChangeLog} file. 
     83 
    8084\subsection{{\tt Ternary} 0.1.0} 
    8185 
     
    9498This version introduced multiple free energy functions which intersect to 
    9599produce 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 a 
    97 lot easier to wrap these functions using SIDL or SWIG. 
     100the code in {\tt main()} moved out to a new file {\tt book.c}, which will make 
     101it a lot easier to wrap these functions using SIDL or SWIG. 
    98102 
    99103\bibliographystyle{unsrturl}