From eb14a93552d147ce81ffbaf098a9de94f6328621 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 27 Nov 2006 18:46:22 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/meshGRegionExtruded.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 5bc79cb061..6e4d0dd562 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,4 +1,4 @@ -// $Id: meshGRegionExtruded.cpp,v 1.1 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: meshGRegionExtruded.cpp,v 1.2 2006-11-27 18:46:22 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -177,7 +177,7 @@ int MeshExtrudedVolume(GRegion *gr) // build a set with all the vertices on the boundary of gr double old_tol = MVertexLessThanLexicographic::tolerance; - MVertexLessThanLexicographic::tolerance = 1.e-8 * CTX.lc; + MVertexLessThanLexicographic::tolerance = 1.e-14; std::set<MVertex*, MVertexLessThanLexicographic> pos; std::list<GFace*> faces = gr->faces(); std::list<GFace*>::iterator it = faces.begin(); -- GitLab