adding the following aquifer summary keywords

AAQR, AAQT, AAQP
This commit is contained in:
Kai Bao
2020-04-20 09:56:05 +02:00
parent 0ab50fbc95
commit fd773423b0
14 changed files with 187 additions and 18 deletions

View File

@@ -70,7 +70,8 @@ inline void loadDeck( const char * deck_file) {
std::cout << "creating SummaryConfig .... "; std::cout.flush();
start = std::chrono::system_clock::now();
Opm::SummaryConfig summary( deck, schedule, state.getTableManager( ), parseContext, errors );
Opm::SummaryConfig summary( deck, schedule, state.getTableManager( ), state.aquifer(),
parseContext, errors );
auto summary_time = std::chrono::system_clock::now() - start;
std::cout << "complete." << std::endl << std::endl;