mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Minor correction
This commit is contained in:
parent
a91b37ceb3
commit
640594fef6
@ -1651,7 +1651,7 @@ bool SMESH_subMesh::ComputeStateEngine(compute_event event)
|
||||
for (subS.ReInit(); subS.More(); subS.Next())
|
||||
{
|
||||
_father->Lock();
|
||||
const std::list <const SMESHDS_Hypothesis *> hyps =
|
||||
const std::list <const SMESHDS_Hypothesis *> & hyps =
|
||||
_algo->GetUsedHypothesis( *_father, _subShape );
|
||||
_father->Unlock();
|
||||
SMESH_Comment hypStr;
|
||||
|
Loading…
Reference in New Issue
Block a user