mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Contour Statistics Map: Compute results
This commit is contained in:
@@ -129,6 +129,7 @@ std::pair<bool, std::vector<double>>
|
||||
// TODO: this was RimEclipseCellColors->hasStaticResult()
|
||||
if ( resultAddress.resultCatType() == RiaDefines::ResultCatType::STATIC_NATIVE && timeStep > 0 ) timeStep = 0;
|
||||
|
||||
resultData.ensureKnownResultLoaded( resultAddress );
|
||||
// When loading a project file, grid calculator results are not computed the first time this function is
|
||||
// called. Must check if result is loaded. See RimReloadCaseTools::updateAll3dViews()
|
||||
if ( resultAddress.isValid() && resultData.hasResultEntry( resultAddress ) && resultData.isResultLoaded( resultAddress ) )
|
||||
|
||||
Reference in New Issue
Block a user