Salome HOME
Minor correction yan/parallel_smesh
authorYoann Audouin <yoann.audouin@edf.fr>
Wed, 28 Sep 2022 06:06:19 +0000 (08:06 +0200)
committerYoann Audouin <yoann.audouin@edf.fr>
Wed, 28 Sep 2022 06:06:19 +0000 (08:06 +0200)
src/SMESH/SMESH_subMesh.cxx

index 04b4993d89a82d8341c23f0be5a582c46cfa414e..a21cd29b116d6ad220f7c83e669c560df336220d 100644 (file)
@@ -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;