Changeset 444 for trunk/matml/src
- Timestamp:
- 03/16/2009 08:49:35 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/ternary.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ternary.h
r439 r444 186 186 (int resolution, ternary_point *points, int efunc, 187 187 double A2, double A3, double B2, double B3, double C2, double C3); 188 int init_rectangle_array 189 (int res2, int res3, ternary_point *points, int efunc, 190 double A2, double A3, double B2, double B3); 188 191 int init_triangle_vertices (int resolution, int *vertex_array, int offset); 192 int init_rectangle_vertices (int res2, int res3, int *vertex_array, int offset); 189 193 int scale_energy_array (int num_points, ternary_point *points, 190 194 double y0, double G0, double y1, double G1,