fixing the compilation due to interface change

This commit is contained in:
Kai Bao
2020-10-02 14:09:01 +02:00
parent fd773423b0
commit 6093a80dff
13 changed files with 22 additions and 34 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ BOOST_AUTO_TEST_CASE(EclipseIOIntegration) {
auto& eclGrid = es.getInputGrid();
auto python = std::make_shared<Python>();
Schedule schedule(deck, es, python);
SummaryConfig summary_config( deck, schedule, es.getTableManager( ));
SummaryConfig summary_config( deck, schedule, es.getTableManager( ), es.aquifer());
SummaryState st(std::chrono::system_clock::now());
es.getIOConfig().setBaseName( "FOO" );