Changeset 453 for trunk/matml/src

Show
Ignore:
Timestamp:
03/20/2009 08:38:53 AM (3 years ago)
Author:
powell
Message:

Little bug fix to refine the outer edges of a square properly.

Files:
1 modified

Legend:

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

    r450 r453  
    526526          for (j=0; j<3; j++) 
    527527            { 
    528               if (corners[3*j] == 0. || corners[3*j+1] == 0 || 
     528              if (corners[3*j] == 0. || corners[3*j+1] == 0. || 
     529                  corners[3*j] == 1. || corners[3*j+1] == 1. || 
    529530                  corners[3*j] + corners[3*j+1] == 1.) 
    530531                {