From: Yoann Audouin Date: Wed, 28 Sep 2022 06:06:19 +0000 (+0200) Subject: Minor correction X-Git-Tag: V9_10_0b1~9^2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=640594fef60ebbc9c623a99a76fff8a8662f9dc7;p=modules%2Fsmesh.git Minor correction --- diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index ebc79d9b7..ae2295949 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -1651,7 +1651,7 @@ bool SMESH_subMesh::ComputeStateEngine(compute_event event) for (subS.ReInit(); subS.More(); subS.Next()) { _father->Lock(); - const std::list hyps = + const std::list & hyps = _algo->GetUsedHypothesis( *_father, _subShape ); _father->Unlock(); SMESH_Comment hypStr;