mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 21:45:34 -06:00
changed: MaxTimeStepSize parameter moved to Opm::Parameters namespace
This commit is contained in:
parent
6a03394d5b
commit
e08b6b1163
@ -146,7 +146,7 @@ namespace Opm {
|
|||||||
// time stepping is not done by the eWoms code in flow
|
// time stepping is not done by the eWoms code in flow
|
||||||
Parameters::hideParam<TypeTag, Properties::InitialTimeStepSize>();
|
Parameters::hideParam<TypeTag, Properties::InitialTimeStepSize>();
|
||||||
Parameters::hideParam<TypeTag, Properties::MaxTimeStepDivisions>();
|
Parameters::hideParam<TypeTag, Properties::MaxTimeStepDivisions>();
|
||||||
Parameters::hideParam<TypeTag, Properties::MaxTimeStepSize>();
|
Parameters::hideParam<TypeTag, Parameters::MaxTimeStepSize>();
|
||||||
Parameters::hideParam<TypeTag, Properties::MinTimeStepSize>();
|
Parameters::hideParam<TypeTag, Properties::MinTimeStepSize>();
|
||||||
Parameters::hideParam<TypeTag, Properties::PredeterminedTimeStepsFile>();
|
Parameters::hideParam<TypeTag, Properties::PredeterminedTimeStepsFile>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user