mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
Fix error of unreachable code
This commit is contained in:
parent
04b9d63d5a
commit
dd1c96d8ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user