#5084 Rework RicNewSummaryPlotFeature to create ensemble plots when that makes sense

This commit is contained in:
Gaute Lindkvist
2019-12-06 09:20:38 +01:00
parent e199182e2f
commit a629a957cc
4 changed files with 84 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ class RicNewSummaryEnsembleCurveSetFeature : public caf::CmdFeature
CAF_CMD_HEADER_INIT;
public:
static void createPlotForCurveSetAndUpdate( RimSummaryCaseCollection* ensemble );
static void createPlotForCurveSetsAndUpdate( std::vector<RimSummaryCaseCollection*> ensembles );
protected:
// Overrides