mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +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())
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user