corrected for unused parameters in eclwellmanager - groupData

This commit is contained in:
Jostein Alvestad
2020-03-19 08:44:46 +01:00
parent 6a659339f1
commit 7654972db4

View File

@@ -568,7 +568,7 @@ public:
return wellDat; return wellDat;
} }
Opm::data::Group groupData(const int reportStepIdx, Opm::Schedule& sched) const { Opm::data::Group groupData(const int /* reportStepIdx */, Opm::Schedule& /* sched */) const {
return {}; return {};
} }