Changeset 445

Show
Ignore:
Timestamp:
03/16/2009 08:50:30 PM (3 years ago)
Author:
powell
Message:

New square example program, doesn't quite work...

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

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ChangeLog

    r443 r445  
    1313  * New "square" free energy parameters for pseudo-square representation. 
    1414  * Rectangle bookkeeping functions complete square functionality. 
     15  * New "square" example program demonstrates these functions. 
    1516 
    1617 -- 
  • trunk/matml/src/ternary/Makefile.am

    r413 r445  
    99AUTOMAKE_OPTIONS=1.5 
    1010 
    11 bin_PROGRAMS    = ternary 
     11bin_PROGRAMS    = ternary square 
    1212noinst_HEADERS  = ternary.h 
    1313ternary_SOURCES = ternary.c geomview.c qhull.c book.c freenergy.c spinodal.c 
    1414ternary_CFLAGS  = -std=c99 -DGEOMVIEW=\"@GEOMVIEW@\" #-DDEBUG 
    1515ternary_LDADD   = -lm -lqhull 
     16square_SOURCES = square.c geomview.c qhull.c book.c freenergy.c spinodal.c 
     17square_CFLAGS  = -std=c99 -DGEOMVIEW=\"@GEOMVIEW@\" #-DDEBUG 
     18square_LDADD   = -lm -lqhull 
    1619 
    1720EXTRA_DIST = macros/autogen.sh macros/cxref-latex.m4 \