mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Use triangulated instead of joggled input to correct for the degenerated facets (fix problems with seemingly large volumes)
This commit is contained in:
parent
444cd8dad4
commit
1e5e6ca9d9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue