]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
minor change
authoreap <eap@opencascade.com>
Thu, 26 Dec 2013 15:10:03 +0000 (15:10 +0000)
committereap <eap@opencascade.com>
Thu, 26 Dec 2013 15:10:03 +0000 (15:10 +0000)
src/SMESH/SMESH_MesherHelper.cxx

index 75cbbeeff5212c2ebd165d969b110af172a742c5..e8161ee5a0030431a98e919f120c0d323762b86f 100644 (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 )
   {