Update to match changes in opm-autodiff.

BlackoilModelBase now requires an EclipseState constructor argument.
Also silenced two minor warnings.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-07-10 12:57:30 +02:00
parent 8f46134861
commit 834d607d57
3 changed files with 6 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ namespace Opm {
const PolymerPropsAd& polymer_props_ad,
const Wells* wells,
const NewtonIterationBlackoilInterface& linsolver,
EclipseStateConstPtr eclipse_state,
const bool has_disgas,
const bool has_vapoil,
const bool has_polymer,