mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
minor change
This commit is contained in:
parent
a0ac827df3
commit
311fcbc3cd
@ -896,7 +896,7 @@ bool SMESH_MesherHelper::CheckNodeU(const TopoDS_Edge& E,
|
||||
const bool force,
|
||||
double distXYZ[4]) const
|
||||
{
|
||||
int shapeID = n->getshapeId();
|
||||
int shapeID = n->getshapeId();
|
||||
bool infinit = Precision::IsInfinite( u );
|
||||
if ( force || toCheckPosOnShape( shapeID ) || infinit )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user