Salome HOME
make hypothesis const
[modules/smesh.git] / src / SMESH / SMESH_MEFISTO_2D.hxx
index aa0f6931e8383b673f8de5d6c6842c5551d2d7b8..870e8d87dfc4b3335e8c6e14f1e16ff4f41455fa 100644 (file)
@@ -79,8 +79,8 @@ public:
 protected:
   double _edgeLength;
   double _maxElementArea;
-  SMESH_MaxElementArea* _hypMaxElementArea;
-  SMESH_LengthFromEdges* _hypLengthFromEdges;
+  const SMESH_MaxElementArea* _hypMaxElementArea;
+  const SMESH_LengthFromEdges* _hypLengthFromEdges;
 };
 
 #endif