Skip to content
Snippets Groups Projects
Commit 3a5ad7b7 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

hopla

parent 7acd84fb
Branches
Tags
No related merge requests found
...@@ -1861,7 +1861,7 @@ void delaunayMeshIn3D(std::vector<MVertex*> &v, std::vector<MTetrahedron*> &resu ...@@ -1861,7 +1861,7 @@ void delaunayMeshIn3D(std::vector<MVertex*> &v, std::vector<MTetrahedron*> &resu
} }
double t2 = Cpu(); double t2 = Cpu();
printf("%d global searches among %d CPU = %g AVG LOCAL SEARCHES %g\n",NB_GLOBAL_SEARCH,v.size(), t2-t1,(double)AVG_ITER/v.size()); printf("%d global searches among %d CPU = %g AVG LOCAL SEARCHES %g\n",NB_GLOBAL_SEARCH,v.size(), t2-t1,1.+(double)AVG_ITER/v.size());
printf("%d tets allocated (to compare with 7 #V = %d)\n",t.size(),7*v.size()); printf("%d tets allocated (to compare with 7 #V = %d)\n",t.size(),7*v.size());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment