Use triangulated instead of joggled input to correct for the degenerated facets (fix problems with seemingly large volumes)

This commit is contained in:
Guilhem Lavaux 2013-03-21 12:47:42 +01:00
parent 444cd8dad4
commit 1e5e6ca9d9

View file

@ -46,7 +46,7 @@ int delaunadj (coordT *points, int nvp, int nvpbuf, int nvpall, PARTADJ **adjs)
}
/* Delaunay triangulation*/
sprintf (flags, "qhull s d QJ");
sprintf (flags, "qhull s d Qt");
exitcode= qh_new_qhull (dim, nvpall, points, ismalloc,
flags, outfile, errfile);