Skip to content
Snippets Groups Projects
Commit 8cab1000 authored by Célestin Marot's avatar Célestin Marot
Browse files

arguments were swapped !

parent 51642e19
No related branches found
No related tags found
No related merge requests found
......@@ -1491,8 +1491,8 @@ static HXTStatus parallelDelaunay3D(HXTMesh* mesh,
if(nodeInfo[passStart + passIndex].status==HXT_STATUS_TRYAGAIN){
HXTStatus status = insertion(&shared2sync,
&Locals[threadID],
options->allowOuterInsertion,
options->perfectDelaunay,
options->allowOuterInsertion,
verticesID,
options->nodalSizes,
&curTet,
......
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