mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-27 06:37:13 -05:00
the most significant change is that only a "PhaseUsage" object must be passed to its constructor instead of a full "fluid object". also, the pointers to the vector of "active" phases has been converted into a full object. (this helps to avoid potential use-after-free errors.)