Changeset 450

Show
Ignore:
Timestamp:
03/20/2009 07:22:34 AM (3 years ago)
Author:
powell
Message:

Bug fix, now three-phase regions work.

Files:
1 modified

Legend:

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

    r446 r450  
    772772            for (b=0; b<*n_bounds; b++) 
    773773              if ((*boundaries) [b].n_phases == 3) 
    774                 if ((*boundaries) [b].compos = 3 && 
     774                if ((*boundaries) [b].compos == 3 && 
    775775                    (*boundaries) [b].flags == TIE_SIMPLICES && 
    776776                    (*boundaries) [b].phases[0] == phase0 &&