Skip to content
Snippets Groups Projects
Commit db5d8c34 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 0e43de84
No related branches found
No related tags found
No related merge requests found
// $Id: meshGRegionDelaunayInsertion.cpp,v 1.31 2008-01-18 22:41:12 geuzaine Exp $ // $Id: meshGRegionDelaunayInsertion.cpp,v 1.32 2008-01-18 22:45:24 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -863,9 +863,8 @@ void insertVerticesInRegion (GRegion *gr) ...@@ -863,9 +863,8 @@ void insertVerticesInRegion (GRegion *gr)
} }
// Normally, a tet mesh contains about 6 times more tets than // Normally, a tet mesh contains about 6 times more tets than
// vertices // vertices. This allows to clean up the set of tets when lots of
// This allows to clean up the set of tets when lots of deleted ones // deleted ones are present in the mesh
// are present in the mesh
if(allTets.size() > 7 * vSizes.size()){ if(allTets.size() > 7 * vSizes.size()){
int n1 = allTets.size(); int n1 = allTets.size();
std::set<MTet4*,compareTet4Ptr>::iterator itd = allTets.begin(); std::set<MTet4*,compareTet4Ptr>::iterator itd = allTets.begin();
......
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