opm-common icon indicating copy to clipboard operation
opm-common copied to clipboard

OilPvtThermal: implement the IsothermalPvt using a variant

Open akva2 opened this issue 3 years ago • 0 comments

Sits on top of https://github.com/OPM/opm-common/pull/3280 Waiting for https://github.com/OPM/opm-common/pull/3246

this allows us to break the circular dependency between OilPvtThermal and OilPvtMultiplexer which forces us to use pointer semantics.

dropping the pointer semantics allows us to remove explicit ctor, copy ctor, assignment and comparison operators

akva2 avatar Dec 15 '22 09:12 akva2