mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 06:30:34 +05:00
increase tolerance for search of equal intersection points
This commit is contained in:
parent
32d782b309
commit
2a03e728f8
@ -2753,6 +2753,7 @@ namespace
|
|||||||
// 1) add this->_eIntPoints to _Face::_eIntNodes
|
// 1) add this->_eIntPoints to _Face::_eIntNodes
|
||||||
// 2) fill _intNodes and _vIntNodes
|
// 2) fill _intNodes and _vIntNodes
|
||||||
//
|
//
|
||||||
|
const double tol2 = _grid->_tol * _grid->_tol * 4;
|
||||||
const double tol2 = _grid->_tol * _grid->_tol;
|
const double tol2 = _grid->_tol * _grid->_tol;
|
||||||
int facets[3], nbFacets, subEntity;
|
int facets[3], nbFacets, subEntity;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user