Handle empty regions in summary region results

This commit is contained in:
Joakim Hove
2021-03-08 12:10:49 +01:00
parent 47f292bd93
commit 18dca82a8b
20 changed files with 127 additions and 52 deletions

View File

@@ -34,7 +34,7 @@ inline void loadDeck( const char * deck_file) {
auto deck = parser.parseFile(deck_file);
Opm::EclipseState state( deck);
Opm::Schedule schedule( deck, state, python);
Opm::SummaryConfig summary( deck, schedule, state.fieldProps(), state.getTableManager( ), state.aquifer() );
Opm::SummaryConfig summary( deck, schedule, state.fieldProps(), state.aquifer() );
{
std::stringstream ss;