bug 11812. Return nb of found hypothesis from GetHypotheses()

This commit is contained in:
eap 2006-03-07 10:51:41 +00:00
parent 3499bb3080
commit 79a81f3445

View File

@ -585,7 +585,7 @@ int SMESH_Mesh::GetHypotheses(const TopoDS_Shape & aSubShape,
} }
} }
} }
return !aHypList.empty(); return nbHyps;
} }
//============================================================================= //=============================================================================