mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5706 Refactored EnsembleParameter usage.
Cache the list in SummaryCaseCollection Removed the name, EnsembleParameter pair usage Add operator< to be able to insert them in a set
This commit is contained in:
@@ -38,7 +38,6 @@ class RimWellRftEnsembleCurveSet : public caf::PdmObject
|
||||
public:
|
||||
typedef RimEnsembleCurveSetColorManager::ColorMode ColorMode;
|
||||
typedef RimEnsembleCurveSetColorManager::ColorModeEnum ColorModeEnum;
|
||||
using NameParameterPair = EnsembleParameter::NameParameterPair;
|
||||
|
||||
public:
|
||||
RimWellRftEnsembleCurveSet();
|
||||
|
||||
Reference in New Issue
Block a user