Add Schedule member to the msim class

This commit is contained in:
Joakim Hove
2022-01-27 15:31:39 +01:00
parent ba2065853a
commit 4928782cf4
6 changed files with 104 additions and 97 deletions

View File

@@ -51,8 +51,8 @@ int main(int /* argc */, char** argv) {
error_guard.terminate();
}
Opm::msim msim(state);
Opm::msim msim(state, schedule);
Opm::EclipseIO io(state, state.getInputGrid(), schedule, summary_config);
msim.run(schedule, io, false);
msim.run(io, false);
}