From 389d011385133bfeeeca6cdcb94860f4bf48041a Mon Sep 17 00:00:00 2001 From: hnil Date: Wed, 29 Mar 2023 12:24:17 +0200 Subject: [PATCH] -- corrected spelling --- ebos/eclproblem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index ebd8ae6f8..9da8bb84b 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1058,7 +1058,7 @@ public: // update maximum water saturation and minimum pressure // used when ROCKCOMP is activated - asImp_().updateExplicitQuantitites_(); + asImp_().updateExplicitQuantities_(); wellModel_.beginTimeStep(); if (enableAquifers_) @@ -2079,7 +2079,7 @@ private: Implementation& asImp_() { return *static_cast(this); } - void updateExplicitQuantitites_() + void updateExplicitQuantities_() { OPM_TIMEBLOCK(updateExplicitQuantities); const bool invalidateFromMaxWaterSat = updateMaxWaterSaturation_();