msim updates:

- add boolean flag report_only to simulation run.
 - add SummaryState argument to well rate callbacks
This commit is contained in:
Joakim Hove
2019-06-13 14:38:26 +02:00
parent 6376e4dcc6
commit fac74432d4
5 changed files with 28 additions and 25 deletions

View File

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