Extracted SummaryConfig out from EclipseState

This commit is contained in:
Joakim Hove
2017-09-27 15:56:28 +02:00
parent f682a87f5d
commit 77fcc865de
5 changed files with 9 additions and 9 deletions

View File

@@ -31,6 +31,8 @@ inline void loadDeck( const char * deck_file) {
auto deck = parser.parseFile(deck_file, parseContext);
Opm::EclipseState state( deck, parseContext );
auto schedule = state.getSchedule( );
Opm::SummaryConfig summary( deck, schedule, state.getTableManager( ), parseContext );
{
std::stringstream ss;