Salome HOME
#16459 EDF 14133 - Complete Merge Nodes / Merge Elements operations
[modules/smesh.git] / src / SMESHDS / SMESHDS_Mesh.cxx
index 7a8714424974831a8fe72e7c73b9aa4a7041c9aa..3a641ec74f971d8d47603952fcc633652e79e2bc 100644 (file)
@@ -1202,7 +1202,7 @@ bool SMESHDS_Mesh::IsGroupOfSubShapes (const TopoDS_Shape& theShape) const
     return true;
 
   for ( TopoDS_Iterator it( theShape ); it.More(); it.Next() )
-    if (IsGroupOfSubShapes( it.Value() ))
+    if ( IsGroupOfSubShapes( it.Value() ))
       return true;
 
   return false;