mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
make GetMaxArea const
This commit is contained in:
parent
97368ef20f
commit
fb91f8b907
@ -79,7 +79,7 @@ void SMESH_MaxElementArea::SetMaxArea(double maxArea)
|
|||||||
*/
|
*/
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
double SMESH_MaxElementArea::GetMaxArea()
|
double SMESH_MaxElementArea::GetMaxArea() const
|
||||||
{
|
{
|
||||||
return _maxArea;
|
return _maxArea;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user