Merge pull request #1093 from dr-robertk/PR/fix-wellmanager-constructor
Make WellsManager compile with c++-11.
This commit is contained in:
commit
125d1696d6
@ -94,8 +94,8 @@ namespace Opm
|
|||||||
const double* permeability,
|
const double* permeability,
|
||||||
const DynamicListEconLimited& list_econ_limited,
|
const DynamicListEconLimited& list_econ_limited,
|
||||||
bool is_parallel_run=false,
|
bool is_parallel_run=false,
|
||||||
const std::vector<double>& well_potentials={},
|
const std::vector<double>& well_potentials=std::vector<double>(),
|
||||||
const std::unordered_set<std::string>& deactivated_wells = {});
|
const std::unordered_set<std::string>& deactivated_wells = std::unordered_set<std::string> ());
|
||||||
|
|
||||||
WellsManager(const Opm::EclipseState& eclipseState,
|
WellsManager(const Opm::EclipseState& eclipseState,
|
||||||
const size_t timeStep,
|
const size_t timeStep,
|
||||||
|
Loading…
Reference in New Issue
Block a user