mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 02:14:16 +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,
|
const bool force,
|
||||||
double distXYZ[4]) const
|
double distXYZ[4]) const
|
||||||
{
|
{
|
||||||
int shapeID = n->getshapeId();
|
int shapeID = n->getshapeId();
|
||||||
bool infinit = Precision::IsInfinite( u );
|
bool infinit = Precision::IsInfinite( u );
|
||||||
if ( force || toCheckPosOnShape( shapeID ) || infinit )
|
if ( force || toCheckPosOnShape( shapeID ) || infinit )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user