Added Healpix detection facilities

This commit is contained in:
Guilhem Lavaux 2011-11-28 15:33:00 -05:00
parent 160ed45c12
commit 4df341f9ba
5 changed files with 252 additions and 8 deletions

View file

@ -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);