mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
corrected for unused parameters in eclwellmanager - groupData
This commit is contained in:
@@ -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 {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user