diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index a93273041..93a0c437e 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1120,7 +1120,6 @@ public: asImp_().updateCompositionChangeLimits_(); { OPM_TIMEBLOCK(driftCompansation); - asImp_().updateCompositionChangeLimits_(); if (enableDriftCompensation_) { const auto& residual = this->model().linearizer().residual(); for (unsigned globalDofIdx = 0; globalDofIdx < residual.size(); globalDofIdx ++) {