mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1816 : Observed Data : Add mock data to RifReaderObservedData
This commit is contained in:
@@ -488,6 +488,10 @@ bool RiaApplication::loadProject(const QString& projectFileName, ProjectLoadActi
|
||||
{
|
||||
oilField->observedDataCollection = new RimObservedDataCollection();
|
||||
}
|
||||
for (auto observedCases : oilField->observedDataCollection()->allObservedData())
|
||||
{
|
||||
observedCases->createSummaryReaderInterface();
|
||||
}
|
||||
|
||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
oilField->fractureDefinitionCollection()->loadAndUpdateData();
|
||||
|
||||
Reference in New Issue
Block a user