mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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::numCells(cGrid),
|
||||||
Opm::UgGridHelpers::globalCell(cGrid),
|
Opm::UgGridHelpers::globalCell(cGrid),
|
||||||
Opm::UgGridHelpers::cartDims(cGrid),
|
Opm::UgGridHelpers::cartDims(cGrid),
|
||||||
Opm::UgGridHelpers::beginCellCentroids(cGrid),
|
param));
|
||||||
Opm::UgGridHelpers::dimensions(cGrid), param));
|
|
||||||
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
|
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
|
||||||
const bool polymer = deck->hasKeyword("POLYMER");
|
const bool polymer = deck->hasKeyword("POLYMER");
|
||||||
const bool use_wpolymer = deck->hasKeyword("WPOLYMER");
|
const bool use_wpolymer = deck->hasKeyword("WPOLYMER");
|
||||||
|
@ -189,8 +189,7 @@ try
|
|||||||
Opm::UgGridHelpers::numCells(cGrid),
|
Opm::UgGridHelpers::numCells(cGrid),
|
||||||
Opm::UgGridHelpers::globalCell(cGrid),
|
Opm::UgGridHelpers::globalCell(cGrid),
|
||||||
Opm::UgGridHelpers::cartDims(cGrid),
|
Opm::UgGridHelpers::cartDims(cGrid),
|
||||||
Opm::UgGridHelpers::beginCellCentroids(cGrid),
|
param));
|
||||||
Opm::UgGridHelpers::dimensions(cGrid), param));
|
|
||||||
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
|
new_props.reset(new BlackoilPropsAdFromDeck(deck, eclipseState, materialLawManager, cGrid));
|
||||||
PolymerProperties polymer_props(deck, eclipseState);
|
PolymerProperties polymer_props(deck, eclipseState);
|
||||||
PolymerPropsAd polymer_props_ad(polymer_props);
|
PolymerPropsAd polymer_props_ad(polymer_props);
|
||||||
|
Loading…
Reference in New Issue
Block a user