Changeset 339
- Timestamp:
- 03/26/08 19:30:09 (8 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/ternary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ternary.c
r334 r339 136 136 #endif 137 137 /* XY-projection area test (only works for uniform triangles) */ 138 /* Better test: is free energy at centroid above or below the facet? */ 138 139 if (fabs ((x1-x0)*(y2-y0) - (x2-x0)*(y1-y0)) <= 1.1/loop_max/loop_max) 139 140 {