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:
double _edgeLength;
double _maxElementArea;
SMESH_MaxElementArea* _hypMaxElementArea;
SMESH_LengthFromEdges* _hypLengthFromEdges;
const SMESH_MaxElementArea* _hypMaxElementArea;
const SMESH_LengthFromEdges* _hypLengthFromEdges;
};
#endif

View 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