Skip to content
Snippets Groups Projects
Commit 83d69b52 authored by Rainer Weinberger's avatar Rainer Weinberger
Browse files

bugfix; Orient3d_Exact in voronoi.h

parent c4d08974
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,7 @@ int InSphere_Quick(point *p0, point *p1, point *p2, point *p3, point *p);
int InSphere_Errorbound(point *p0, point *p1, point *p2, point *p3, point *p);
int Orient3d_Quick(point *p0, point *p1, point *p2, point *p3);
int Orient3d(point *p0, point *p1, point *p2, point *p3);
int Orient3d_Exact(point *p0, point *p1, point *p2, point *p3);
int count_undecided_tetras(tessellation *T);
int ngb_treefind_ghost_search(tessellation *T, MyDouble searchcenter[3], MyDouble refpos[3], MyFloat hsml, MyFloat maxdist, int target,
int origin, int mode, int thread_id, int numnodes, int *firstnode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment