Changeset 433
- Timestamp:
- 03/06/2009 04:50:10 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/qhull.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/qhull.c
r432 r433 459 459 printf (" Curves: %d %d %d, points %d %d %d, Area: %g\n", 460 460 eparam[0], eparam[1], eparam[2], 461 thepoint[0], thepoint[1], thepoint[2],461 /*thepoint[0], thepoint[1], thepoint[2],I dare you to uncomment!*/ 462 462 fabs((corners[3]-corners[0])*(corners[7]-corners[1]) - 463 463 (corners[6]-corners[0])*(corners[4]-corners[1])));