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