Skip to content

Commit

Permalink
WaterPvtThermal: remove watJT() from comparison operator
Browse files Browse the repository at this point in the history
no such method
  • Loading branch information
akva2 committed Dec 12, 2022
1 parent 9d116b1 commit daffcb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opm/material/fluidsystems/blackoilpvt/WaterPvtThermal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ class WaterPvtThermal
this->watdentCT2() == data.watdentCT2() &&
this->watdentCT2() == data.watdentCT2() &&
this->watJTRefPres() == data.watJTRefPres() &&
this->watJT() == data.watJT() &&
this->watJTC() == data.watJTC() &&
this->pvtwRefPress() == data.pvtwRefPress() &&
this->pvtwRefB() == data.pvtwRefB() &&
Expand Down

0 comments on commit daffcb4

Please sign in to comment.