mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
since time iteration was moved to the Simulator class, pass PolymerInflowInterface
as a shared_ptr.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Opm
|
||||
const PolymerPropsAd& polymer_props,
|
||||
const RockCompressibility* rock_comp_props,
|
||||
NewtonIterationBlackoilInterface& linsolver,
|
||||
PolymerInflowInterface& polymer_inflow,
|
||||
std::shared_ptr<PolymerInflowInterface> polymer_inflow,
|
||||
const double* gravity,
|
||||
const bool disgas,
|
||||
const bool vapoil,
|
||||
|
||||
Reference in New Issue
Block a user