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

index ebc79d9b7573c8500c519c8f4696ee8b57b02264..ae22959495f11b75eab0f1e126ef5f0507cd4986 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;