Enable drift compensation

This commit is contained in:
Alf Birger Rustad 2020-09-16 16:09:14 +02:00
parent 2e2bad179d
commit 345597f5f7

View File

@ -497,7 +497,8 @@ struct RestartWritingInterval<TypeTag, TTag::EclBaseProblem> {
// as default if experimental mode is enabled. // as default if experimental mode is enabled.
template<class TypeTag> template<class TypeTag>
struct EclEnableDriftCompensation<TypeTag, TTag::EclBaseProblem> { 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 // By default, we enable the debugging checks if we're compiled in debug mode