mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1841 Curve creator. Improved case selection. Case grouping
This commit is contained in:
@@ -630,6 +630,18 @@ void RimProject::createDisplayModelAndRedrawAllViews()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimProject::allOilFields(std::vector<RimOilField*>& oilFields)
|
||||
{
|
||||
oilFields.clear();
|
||||
for (const auto& oilField : this->oilFields)
|
||||
{
|
||||
oilFields.push_back(oilField);
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Currently there will be only one oil field in Resinsight, so return hardcoded first oil field
|
||||
/// from the RimOilField collection.
|
||||
|
||||
Reference in New Issue
Block a user