mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50: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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user