mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4281 Saturation pressure plots : Delay loading of EQUIL until required
This commit is contained in:
@@ -74,6 +74,7 @@ std::vector<RimSaturationPressurePlot*>
|
||||
}
|
||||
}
|
||||
|
||||
eclipseResultCase->ensureDeckIsParsedForEquilData();
|
||||
std::vector<RigEquil> equilData = eclipseCaseData->equilData();
|
||||
for (size_t i = 0; i < equilData.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user