Rebuild geometry after computing new active cell info, and update views

p4#: 20821
This commit is contained in:
Magne Sjaastad
2013-03-07 14:57:28 +01:00
parent 1bf1d5a7cf
commit 208e904f57
2 changed files with 10 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ void RigStatistics::computeActiveCellUnion()
}
m_destinationCase->activeCellInfo()->computeDerivedData();
m_destinationCase->computeCachedData();
}
//--------------------------------------------------------------------------------------------------