Changeset 435 for trunk/matml/src

Show
Ignore:
Timestamp:
03/06/2009 04:51:53 PM (3 years ago)
Author:
powell
Message:

This should have gone in two commits ago with ternary.c and qhull.c

Files:
1 modified

Legend:

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

    r431 r435  
    176176int hullReturnPhaseBoundaries 
    177177(ternary_point *points, int n_points, hull_facet *facets, int n_facets, 
     178 energy_params *eparams, double T, double P, 
    178179 phase_boundary **boundaries, int *n_bounds); 
    179180char *hullQHullVersion ();