#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

@@ -341,6 +341,7 @@ void RicCreateTemporaryLgrFeature::computeCachedData(RimEclipseCase* eclipseCase
if (cellResultsDataMatrix)
{
cellResultsDataMatrix->computeDepthRelatedResults();
cellResultsDataMatrix->computeCellVolumes();
}
if (cellResultsDataFracture)