Skip to content

Commit

Permalink
WaterPvtThermal: fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Dec 12, 2022
1 parent 420d937 commit 9d116b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_; }

/*!
Expand Down

0 comments on commit 9d116b1

Please sign in to comment.