Minor correction

This commit is contained in:
Yoann Audouin 2022-09-28 08:06:19 +02:00
parent c4f2013667
commit d209186490

View File

@ -1651,7 +1651,7 @@ bool SMESH_subMesh::ComputeStateEngine(compute_event event)
for (subS.ReInit(); subS.More(); subS.Next()) for (subS.ReInit(); subS.More(); subS.Next())
{ {
_father->Lock(); _father->Lock();
const std::list <const SMESHDS_Hypothesis *> hyps = const std::list <const SMESHDS_Hypothesis *> & hyps =
_algo->GetUsedHypothesis( *_father, _subShape ); _algo->GetUsedHypothesis( *_father, _subShape );
_father->Unlock(); _father->Unlock();
SMESH_Comment hypStr; SMESH_Comment hypStr;