]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Remove old tol2 declaration eap/17015_BodyFitting_VL
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Wed, 10 May 2023 06:15:24 +0000 (08:15 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Wed, 10 May 2023 06:15:24 +0000 (08:15 +0200)
src/StdMeshers/StdMeshers_Cartesian_3D.cxx

index 16383f4dde7c0a3fbce34fa5adcb7d00cfc5d055..54d7285bbf72d69c8d8e9c9715ef753e99c18aad 100644 (file)
@@ -2754,7 +2754,6 @@ namespace
       // 2) fill _intNodes and _vIntNodes
       //
       const double tol2 = _grid->_tol * _grid->_tol * 4;
-      const double tol2 = _grid->_tol * _grid->_tol;
       int facets[3], nbFacets, subEntity;
 
       for ( int iF = 0; iF < 6; ++iF )