minor change

This commit is contained in:
eap 2013-12-26 15:10:03 +00:00
parent a0ac827df3
commit 311fcbc3cd

View File

@ -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 )
{