Add const to several geomech functions

This commit is contained in:
Magne Sjaastad
2017-06-19 20:49:06 +02:00
parent 36b4ad8860
commit b5b13789b4
4 changed files with 5 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ cvf::Vec3f RigFemPart::faceNormal(int elmIdx, int faceIdx) const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
float RigFemPart::characteristicElementSize()
float RigFemPart::characteristicElementSize() const
{
if (m_characteristicElementSize != std::numeric_limits<float>::infinity()) return m_characteristicElementSize;