adapte the API changes of PolymerProperties class.

This commit is contained in:
Liu Ming
2014-10-16 10:03:13 +08:00
parent ddfb030b57
commit 6a051b7e4e
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ try
// Rock and fluid init
props.reset(new BlackoilPropertiesFromDeck(deck, eclipseState, *grid->c_grid()));
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, *grid->c_grid()));
PolymerProperties polymer_props(eclipseState);
PolymerProperties polymer_props(deck, eclipseState);
PolymerPropsAd polymer_props_ad(polymer_props);
// check_well_controls = param.getDefault("check_well_controls", false);
// max_well_control_iterations = param.getDefault("max_well_control_iterations", 10);