mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Update for removed constructor args.
This commit is contained in:
parent
8585843d69
commit
608ba47823
@ -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");
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user