mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adjust to parameter removal in Parameters::registerParam
This commit is contained in:
parent
fdab87d336
commit
c8e26b8e35
@ -236,7 +236,6 @@ struct EquilFixture {
|
||||
Opm::BlackoilModelParameters<TypeTag>::registerParameters();
|
||||
Opm::AdaptiveTimeStepping<TypeTag>::registerParameters();
|
||||
Opm::Parameters::registerParam<TypeTag, bool>("EnableTerminalOutput",
|
||||
"EnableTerminalOutput",
|
||||
Opm::getPropValue<TypeTag, Opm::Properties::EnableTerminalOutput>(),
|
||||
"Dummy added for the well model to compile.");
|
||||
Opm::registerAllParameters_<TypeTag>();
|
||||
|
Loading…
Reference in New Issue
Block a user