mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Remove old tol2 declaration
This commit is contained in:
parent
2a03e728f8
commit
1602c4a311
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user