From 9d116b14dd873929525a2048c72cc8f7f3030091 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 12 Dec 2022 15:48:05 +0100 Subject: [PATCH] WaterPvtThermal: fix method name --- opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp b/opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp index 66cd8055fbf..d280acd328b 100644 --- a/opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp +++ b/opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp @@ -259,7 +259,7 @@ class WaterPvtThermal /*! * \brief Returns true iff Joule-Thomson effect for the water phase is active. */ - bool enableJouleThomsony() const + bool enableJouleThomson() const { return enableJouleThomson_; } /*!