make hypothesis const

This commit is contained in:
jrt 2003-09-04 10:10:23 +00:00
parent 5e5d6b74d8
commit 97368ef20f
2 changed files with 4 additions and 4 deletions

View File

@ -79,8 +79,8 @@ public:
protected: protected:
double _edgeLength; double _edgeLength;
double _maxElementArea; double _maxElementArea;
SMESH_MaxElementArea* _hypMaxElementArea; const SMESH_MaxElementArea* _hypMaxElementArea;
SMESH_LengthFromEdges* _hypLengthFromEdges; const SMESH_LengthFromEdges* _hypLengthFromEdges;
}; };
#endif #endif

View File

@ -56,8 +56,8 @@ protected:
double _localLength; double _localLength;
int _numberOfSegments; int _numberOfSegments;
double _scaleFactor; double _scaleFactor;
SMESH_LocalLength* _hypLocalLength; const SMESH_LocalLength* _hypLocalLength;
SMESH_NumberOfSegments* _hypNumberOfSegments; const SMESH_NumberOfSegments* _hypNumberOfSegments;
}; };
#endif #endif