mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
make hypothesis const
This commit is contained in:
parent
5e5d6b74d8
commit
97368ef20f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user