mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3058 Implement a memory cleanup dialog for GeoMech data.
This commit is contained in:
@@ -92,3 +92,16 @@ void RigFemPartResults::deleteScalarResult(const RigFemResultAddress& resVarAddr
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RigFemResultAddress> RigFemPartResults::loadedResults() const
|
||||
{
|
||||
std::vector<RigFemResultAddress> currentResults;
|
||||
for (const auto& result : resultSets)
|
||||
{
|
||||
currentResults.push_back(result.first);
|
||||
}
|
||||
return currentResults;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user