mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-13 20:15:33 -06:00
EnableThermodynamicHints moved to TypeTag-free parameter system
This commit is contained in:
parent
08b227f7e3
commit
53730ce5cf
@ -124,7 +124,7 @@ namespace Opm {
|
||||
|
||||
// thermodynamic hints are not implemented/required by the eWoms blackoil
|
||||
// model
|
||||
Parameters::hideParam<TypeTag, Parameters::EnableThermodynamicHints>();
|
||||
Parameters::Hide<Parameters::EnableThermodynamicHints>();
|
||||
|
||||
// in flow only the deck file determines the end time of the simulation
|
||||
Parameters::Hide<Parameters::EndTime<Scalar>>();
|
||||
|
Loading…
Reference in New Issue
Block a user