Changeset 450
- Timestamp:
- 03/20/2009 07:22:34 AM (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
r446 r450 772 772 for (b=0; b<*n_bounds; b++) 773 773 if ((*boundaries) [b].n_phases == 3) 774 if ((*boundaries) [b].compos = 3 &&774 if ((*boundaries) [b].compos == 3 && 775 775 (*boundaries) [b].flags == TIE_SIMPLICES && 776 776 (*boundaries) [b].phases[0] == phase0 &&