fixing the compilation due to interface change
This commit is contained in:
@@ -269,7 +269,7 @@ BOOST_AUTO_TEST_CASE(test_RFT)
|
||||
const auto numCells = grid.getCartesianSize( );
|
||||
|
||||
const Schedule schedule(deck, eclipseState, python);
|
||||
const SummaryConfig summary_config( deck, schedule, eclipseState.getTableManager( ));
|
||||
const SummaryConfig summary_config( deck, schedule, eclipseState.getTableManager( ), eclipseState.aquifer() );
|
||||
|
||||
EclipseIO eclipseWriter( eclipseState, grid, schedule, summary_config );
|
||||
|
||||
@@ -396,7 +396,7 @@ BOOST_AUTO_TEST_CASE(test_RFT2)
|
||||
const auto numCells = grid.getCartesianSize( );
|
||||
|
||||
Schedule schedule(deck, eclipseState, python);
|
||||
SummaryConfig summary_config( deck, schedule, eclipseState.getTableManager( ));
|
||||
SummaryConfig summary_config( deck, schedule, eclipseState.getTableManager( ), eclipseState.aquifer() );
|
||||
SummaryState st(std::chrono::system_clock::now());
|
||||
Action::State action_state;
|
||||
UDQState udq_state(10);
|
||||
|
||||
Reference in New Issue
Block a user