mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make it possible to exclude partial delta curves
Make sure statistics curves are recomputed on flag change When toggling "Discard Missing or Incomplete Realizations", make sure the statistics is recomputed and the ensemble plots updated.
This commit is contained in:
@@ -294,7 +294,8 @@ void RifReaderEnsembleStatisticsRft::extractStatisticsFromCurveMerger( const QSt
|
||||
|
||||
clearCache( wellName, timeStep );
|
||||
|
||||
curveMerger.computeInterpolatedValues( false );
|
||||
bool includeValuesFromPartialCurves = false;
|
||||
curveMerger.computeInterpolatedValues( includeValuesFromPartialCurves );
|
||||
|
||||
const std::vector<double>& allDepths = curveMerger.allXValues();
|
||||
if ( !allDepths.empty() )
|
||||
|
||||
Reference in New Issue
Block a user