From db5d8c34d664e2fb6e03611b7374d54261c3c9c7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 Jan 2008 22:45:24 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/meshGRegionDelaunayInsertion.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index b7ce7599ad..9813258804 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// $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 // @@ -863,9 +863,8 @@ void insertVerticesInRegion (GRegion *gr) } // Normally, a tet mesh contains about 6 times more tets than - // vertices - // This allows to clean up the set of tets when lots of deleted ones - // are present in the mesh + // vertices. This allows to clean up the set of tets when lots of + // deleted ones are present in the mesh if(allTets.size() > 7 * vSizes.size()){ int n1 = allTets.size(); std::set<MTet4*,compareTet4Ptr>::iterator itd = allTets.begin(); -- GitLab