mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Adapt to changes in schedule interface
This commit is contained in:
@@ -47,7 +47,8 @@ BOOST_AUTO_TEST_CASE(TestStoppedWells)
|
||||
const auto& grid = eclipseState.getInputGrid();
|
||||
const TableManager table ( deck );
|
||||
const Eclipse3DProperties eclipseProperties ( deck , table, grid);
|
||||
const Schedule sched(deck, grid, eclipseProperties, Phases(true, true, true), parseContext );
|
||||
const Opm::Runspec runspec (deck);
|
||||
const Schedule sched(deck, grid, eclipseProperties, runspec, parseContext );
|
||||
|
||||
|
||||
double target_surfacerate_inj;
|
||||
|
||||
Reference in New Issue
Block a user