Salome HOME
make hypothesis const
[modules/smesh.git] / src / SMESH / SMESH_Regular_1D.hxx
index fad50e53528b0c7f33829773c8ec0fd3bf0a8832..09daed94edb3d9dc983efaef80711f43fec2edc8 100644 (file)
@@ -56,8 +56,8 @@ protected:
   double _localLength;
   int _numberOfSegments;
   double _scaleFactor;
-  SMESH_LocalLength* _hypLocalLength;
-  SMESH_NumberOfSegments* _hypNumberOfSegments;
+  const SMESH_LocalLength* _hypLocalLength;
+  const SMESH_NumberOfSegments* _hypNumberOfSegments;
 };
 
 #endif