#9023 Performance : Use cached analyzer

Remove min max from RimSummaryCaseCollection
Guard null pointer access
Improve default behaviour for axis range control
This commit is contained in:
Magne Sjaastad
2022-06-10 06:24:35 +02:00
parent 5eafa98038
commit 3b5139c24d
6 changed files with 42 additions and 73 deletions

View File

@@ -1967,14 +1967,6 @@ bool RimEnsembleCurveSet::hasMeanData() const
return m_ensembleStatCase->hasMeanData();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::pair<double, double> RimEnsembleCurveSet::minimumAndMaximumValues() const
{
return m_ensembleStatCase->minimumAndMaximumValues();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------