Changeset 444 for trunk/matml/src

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

New rectangle bookkeeping function prototypes.

Files:
1 modified

Legend:

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

    r439 r444  
    186186(int resolution, ternary_point *points, int efunc, 
    187187 double A2, double A3, double B2, double B3, double C2, double C3); 
     188int init_rectangle_array 
     189(int res2, int res3, ternary_point *points, int efunc, 
     190 double A2, double A3, double B2, double B3); 
    188191int init_triangle_vertices (int resolution, int *vertex_array, int offset); 
     192int init_rectangle_vertices (int res2, int res3, int *vertex_array, int offset); 
    189193int scale_energy_array (int num_points, ternary_point *points, 
    190194                        double y0, double G0, double y1, double G1,