Salome HOME
NPAL16198: EDF462: Submeshes creation duplicate algorithms and hypotheses. Refix.
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupBase.cxx
index 0b2cad051b5a320f458ac24d518941ece05d25ba..1fc450002d7551063469835050a91c7bd45c1495 100644 (file)
@@ -149,6 +149,7 @@ bool SMESHDS_GroupBase::Contains (const SMDS_MeshElement* elem)
 {
   if ( elem )
     return Contains( elem->GetID() );
+  return false;
 }
 
 //=======================================================================