mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 16:23:25 -06:00
EnableGridAdaptation moved to TypeTag-free parameter system
This commit is contained in:
parent
9e11888ccb
commit
e5bedd3b47
@ -115,7 +115,7 @@ namespace Opm {
|
||||
|
||||
// hide the parameters unused by flow. TODO: this is a pain to maintain
|
||||
Parameters::hideParam<TypeTag, Parameters::EnableGravity>();
|
||||
Parameters::hideParam<TypeTag, Parameters::EnableGridAdaptation>();
|
||||
Parameters::Hide<Parameters::EnableGridAdaptation>();
|
||||
|
||||
// this parameter is actually used in eWoms, but the flow well model
|
||||
// hard-codes the assumption that the intensive quantities cache is enabled,
|
||||
|
Loading…
Reference in New Issue
Block a user