mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
bug 11812. Return nb of found hypothesis from GetHypotheses()
This commit is contained in:
parent
3499bb3080
commit
79a81f3445
@ -585,7 +585,7 @@ int SMESH_Mesh::GetHypotheses(const TopoDS_Shape & aSubShape,
|
||||
}
|
||||
}
|
||||
}
|
||||
return !aHypList.empty();
|
||||
return nbHyps;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user