diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 5bc79cb0616db426b08d916470afc3e689f6a6fa..6e4d0dd562fc7fd0164a8c791b31d31d7d496c90 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();