Adapt to changes in schedule interface

This commit is contained in:
Tor Harald Sandve
2018-10-29 10:39:14 +01:00
parent 4cf81c69b1
commit 08c4a4857b
13 changed files with 32 additions and 20 deletions
+2 -1
View File
@@ -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;