mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Enable drift compensation
This commit is contained in:
parent
2e2bad179d
commit
345597f5f7
@ -497,7 +497,8 @@ struct RestartWritingInterval<TypeTag, TTag::EclBaseProblem> {
|
||||
// as default if experimental mode is enabled.
|
||||
template<class TypeTag>
|
||||
struct EclEnableDriftCompensation<TypeTag, TTag::EclBaseProblem> {
|
||||
static constexpr bool value = getPropValue<TypeTag, Properties::EnableExperiments>();
|
||||
static constexpr bool value = true;
|
||||
|
||||
};
|
||||
|
||||
// By default, we enable the debugging checks if we're compiled in debug mode
|
||||
|
Loading…
Reference in New Issue
Block a user