mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-18 17:15:15 -05:00
Missing non const access function
This commit is contained in:
@@ -74,6 +74,14 @@ const RigFemPartResultsCollection* RigGeoMechCaseData::femPartResults() const
|
||||
return m_femPartResultsColl.p();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RigFemPartResultsCollection* RigGeoMechCaseData::femPartResults()
|
||||
{
|
||||
return m_femPartResultsColl.p();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user