]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6
authoreap <eap@opencascade.com>
Wed, 11 Apr 2018 16:53:55 +0000 (19:53 +0300)
committereap <eap@opencascade.com>
Wed, 11 Apr 2018 16:53:55 +0000 (19:53 +0300)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 1f7e0eade0e316b7dd7a033c4f88ffdeaa764e12..2fbbd87ff114d96bf530d65a6a4f7fa9fcc4e17b 100644 (file)
@@ -2568,9 +2568,9 @@ bool BLSURFPlugin_BLSURF::compute(SMESH_Mesh&         aMesh,
     nodes[iv] = NULL;
     if ( tag > 0 && tag <= pmap.Extent() ) {
       TopoDS_Vertex v = TopoDS::Vertex(pmap(tag));
-      double tol = BRep_Tool::Tolerance( v );
-      gp_Pnt p = BRep_Tool::Pnt( v );
-      if ( p.IsEqual( gp_Pnt( xyz[0], xyz[1], xyz[2]), 2*tol))
+      double      tol = BRep_Tool::Tolerance( v );
+      gp_Pnt        p = BRep_Tool::Pnt( v );
+      if ( p.IsEqual( gp_Pnt( xyz[0], xyz[1], xyz[2]), 1e3*tol))
         xyz[0] = p.X(), xyz[1] = p.Y(), xyz[2] = p.Z();
       else
         tag = 0; // enforced or attracted vertex