Adapt to changes in schedule interface

This commit is contained in:
Tor Harald Sandve
2018-10-17 13:34:20 +02:00
parent 4cf81c69b1
commit 08c4a4857b
13 changed files with 32 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ try
Opm::Parser parser;
Opm::Deck deck = parser.parseFile(file_name , parseContext);
Opm::EclipseState eclipseState(deck , parseContext);
Opm::Schedule schedule(deck, eclipseState.getInputGrid(), eclipseState.get3DProperties(), eclipseState.runspec().phases(), parseContext);
Opm::Schedule schedule(deck, eclipseState.getInputGrid(), eclipseState.get3DProperties(), eclipseState.runspec(), parseContext);
std::cout << "Done!" << std::endl;
// Setup grid