diff --git a/applications/ebos/eclproblem.hh b/applications/ebos/eclproblem.hh index 46df6b85b..3865d28f4 100644 --- a/applications/ebos/eclproblem.hh +++ b/applications/ebos/eclproblem.hh @@ -126,7 +126,7 @@ SET_BOOL_PROP(EclBaseProblem, EnableGravity, true); SET_BOOL_PROP(EclBaseProblem, EnableLinearizationRecycling, false); // Only relinearize the parts where the current solution is sufficiently "bad" -SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, true); +SET_BOOL_PROP(EclBaseProblem, EnablePartialRelinearization, false); // only write the solutions for the report steps to disk SET_BOOL_PROP(EclBaseProblem, EnableWriteAllSolutions, false);