Changeset 456

Show
Ignore:
Timestamp:
06/17/2009 12:16:24 PM (3 years ago)
Author:
powell
Message:

Bug fix!

Files:
1 modified

Legend:

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

    r453 r456  
    162162        } 
    163163      if ((points[i].C2 == 1. && points[i].C3 == 0.) && 
    164           (corner2 == -1 || points[i].G > G2)) 
     164          (corner3 == -1 || points[i].G > G2)) 
    165165        { 
    166166          corner3 = i; 
     
    11921192    } 
    11931193 
    1194   printf ("Done!\n"); 
    11951194  return 0; 
    11961195}