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
c4f2013667
commit
d209186490
@ -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