#3630 2d Maps: schedule update of volumes when creating LGRs

This commit is contained in:
Gaute Lindkvist
2018-11-08 10:18:49 +01:00
parent 30f5a76ee4
commit ad9f86a517
9 changed files with 81 additions and 140 deletions

View File

@@ -215,7 +215,6 @@ bool RimEclipseInputCase::openEclipseGridFile()
loadAndSyncronizeInputProperties();
}
RiaApplication* app = RiaApplication::instance();
if (app->preferences()->autocomputeDepthRelatedProperties)
{
@@ -223,6 +222,8 @@ bool RimEclipseInputCase::openEclipseGridFile()
results(RiaDefines::FRACTURE_MODEL)->computeDepthRelatedResults();
}
results(RiaDefines::MATRIX_MODEL)->computeCellVolumes();
return true;
}