mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added Healpix detection facilities
This commit is contained in:
parent
160ed45c12
commit
4df341f9ba
5 changed files with 252 additions and 8 deletions
|
@ -44,7 +44,7 @@ int delaunadj (coordT *points, int nvp, int nvpbuf, int nvpall, PARTADJ **adjs)
|
|||
}
|
||||
|
||||
/* Delaunay triangulation*/
|
||||
sprintf (flags, "qhull s d");
|
||||
sprintf (flags, "qhull s d QJ");
|
||||
exitcode= qh_new_qhull (dim, nvpall, points, ismalloc,
|
||||
flags, outfile, errfile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue