From a246d4b098aa530019639e429076f38e5d92eb2d Mon Sep 17 00:00:00 2001 From: Paul Egberts Date: Mon, 11 Apr 2022 21:50:28 +0200 Subject: [PATCH] clean up --- opm/models/blackoil/blackoilnewtonmethod.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/models/blackoil/blackoilnewtonmethod.hh b/opm/models/blackoil/blackoilnewtonmethod.hh index e7a5236c2..a18a2b0ee 100644 --- a/opm/models/blackoil/blackoilnewtonmethod.hh +++ b/opm/models/blackoil/blackoilnewtonmethod.hh @@ -278,7 +278,7 @@ protected: } if (enableSolvent) { - deltaSs = update[Indices::solventSaturationIdx]; + deltaSs = update[Indices::solventSaturationIdx]; deltaSo -= deltaSs; }