mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 05:25:37 -06:00
RestartTime moved to TypeTag-free parameter system
This commit is contained in:
parent
2f8c91222f
commit
91a0fd79a9
@ -143,7 +143,7 @@ namespace Opm {
|
||||
Parameters::hideParam<TypeTag, Parameters::NewtonWriteConvergence>();
|
||||
|
||||
// the default eWoms checkpoint/restart mechanism does not work with flow
|
||||
Parameters::hideParam<TypeTag, Parameters::RestartTime>();
|
||||
Parameters::Hide<Parameters::RestartTime<Scalar>>();
|
||||
Parameters::hideParam<TypeTag, Parameters::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