From 45d0679a196d21f00910513af4004c14e12fbd7f Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Fri, 26 May 2023 11:30:50 +0200 Subject: [PATCH] remove duplicated code --- ebos/eclproblem.hh | 1 - 1 file changed, 1 deletion(-) 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 ++) {