fixing the compilation due to interface change
This commit is contained in:
@@ -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" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user