mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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