mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Compute MEAN first and set MEAN visible in view
This commit is contained in:
parent
3cda00b28b
commit
e2698d8946
@ -357,10 +357,10 @@ void RimEclipseStatisticsCaseEvaluator::addNamedResults( const QList<ResSpec>& r
|
||||
// Create new result data structures to contain the statistical values
|
||||
std::vector<QString> statisticalResultNames;
|
||||
|
||||
statisticalResultNames.push_back( createResultNameMean( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameMin( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameMax( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameSum( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameMean( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameDev( resultName ) );
|
||||
statisticalResultNames.push_back( createResultNameRange( resultName ) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user