since time iteration was moved to the Simulator class, pass PolymerInflowInterface

as a shared_ptr.
This commit is contained in:
Liu Ming
2014-10-08 14:45:42 +08:00
parent e56ba2afae
commit f3553d73c7
2 changed files with 6 additions and 5 deletions

View File

@@ -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,