mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +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())
|
||||
{
|
||||
_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