Salome HOME
Minor correction
[modules/smesh.git] / 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;