mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -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
|
// thermodynamic hints are not implemented/required by the eWoms blackoil
|
||||||
// model
|
// model
|
||||||
Parameters::hideParam<TypeTag, Parameters::EnableThermodynamicHints>();
|
Parameters::Hide<Parameters::EnableThermodynamicHints>();
|
||||||
|
|
||||||
// in flow only the deck file determines the end time of the simulation
|
// in flow only the deck file determines the end time of the simulation
|
||||||
Parameters::Hide<Parameters::EndTime<Scalar>>();
|
Parameters::Hide<Parameters::EndTime<Scalar>>();
|
||||||
|
Loading…
Reference in New Issue
Block a user