Fix error of unreachable code

This commit is contained in:
eap 2020-08-27 14:03:34 +03:00
parent 04b9d63d5a
commit dd1c96d8ed

View File

@ -135,7 +135,7 @@ bool SMESH_NumberFilter::isOk (const SUIT_DataOwner* theDataOwner) const
}
// Verify number of sub-shapes
if (mySubShapeType == TopAbs_SHAPE);
if (mySubShapeType == TopAbs_SHAPE)
return true;
TopTools_IndexedMapOfShape aMap;