Changeset 433

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

For some reason, this line messes stuff up...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/qhull.c

    r432 r433  
    459459      printf ("  Curves: %d %d %d, points %d %d %d, Area: %g\n", 
    460460              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!*/ 
    462462              fabs((corners[3]-corners[0])*(corners[7]-corners[1]) - 
    463463                   (corners[6]-corners[0])*(corners[4]-corners[1])));