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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user