mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 09:45:34 -06:00
changed: RestartTime parameter moved to Opm::Parameters namespace
This commit is contained in:
parent
b4c6a1a240
commit
dfcf2358fe
@ -158,7 +158,7 @@ namespace Opm {
|
||||
Parameters::hideParam<TypeTag, Parameters::NewtonWriteConvergence>();
|
||||
|
||||
// the default eWoms checkpoint/restart mechanism does not work with flow
|
||||
Parameters::hideParam<TypeTag, Properties::RestartTime>();
|
||||
Parameters::hideParam<TypeTag, Parameters::RestartTime>();
|
||||
Parameters::hideParam<TypeTag, Properties::RestartWritingInterval>();
|
||||
// hide all vtk related it is not currently possible to do this dependet on if the vtk writing is used
|
||||
//if(not(Parameters::get<TypeTag,Properties::EnableVtkOutput>())){
|
||||
|
Loading…
Reference in New Issue
Block a user