Update for removed constructor args.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-09-14 10:27:58 +02:00
parent 8585843d69
commit 608ba47823
2 changed files with 2 additions and 4 deletions

View File

@ -201,8 +201,7 @@ try
Opm::UgGridHelpers::numCells(cGrid),
Opm::UgGridHelpers::globalCell(cGrid),
Opm::UgGridHelpers::cartDims(cGrid),
Opm::UgGridHelpers::beginCellCentroids(cGrid),
Opm::UgGridHelpers::dimensions(cGrid), param));
param));
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
const bool polymer = deck->hasKeyword("POLYMER");
const bool use_wpolymer = deck->hasKeyword("WPOLYMER");

View File

@ -189,8 +189,7 @@ try
Opm::UgGridHelpers::numCells(cGrid),
Opm::UgGridHelpers::globalCell(cGrid),
Opm::UgGridHelpers::cartDims(cGrid),
Opm::UgGridHelpers::beginCellCentroids(cGrid),
Opm::UgGridHelpers::dimensions(cGrid), param));
param));
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
PolymerProperties polymer_props(deck, eclipseState);
PolymerPropsAd polymer_props_ad(polymer_props);