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

oops

parent 179fa592
Branches
Tags
No related merge requests found
...@@ -1795,7 +1795,6 @@ bool tetOnBox (MTetrahedron *t, MVertex *box[8]){ ...@@ -1795,7 +1795,6 @@ bool tetOnBox (MTetrahedron *t, MVertex *box[8]){
void delaunayMeshIn3D(std::vector<MVertex*> &v, std::vector<MTetrahedron*> &result, bool removeBox) void delaunayMeshIn3D(std::vector<MVertex*> &v, std::vector<MTetrahedron*> &result, bool removeBox)
{ {
removeBox = false;
std::vector<MTet4*> t; std::vector<MTet4*> t;
t.reserve (v.size()*7); t.reserve (v.size()*7);
std::vector<faceXtet> conn; std::vector<faceXtet> conn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment