mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6169 Element property table: invalidate Geo Mech results on changes in table.
This commit is contained in:
@@ -101,3 +101,11 @@ std::vector<RigFemResultAddress> RigFemPartResults::loadedResults() const
|
||||
}
|
||||
return currentResults;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RigFemPartResults::deleteAllScalarResults()
|
||||
{
|
||||
resultSets.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user