fixing the compilation due to interface change
This commit is contained in:
@@ -231,7 +231,7 @@ struct setup {
|
||||
grid( es.getInputGrid() ),
|
||||
python( std::make_shared<Python>() ),
|
||||
schedule( deck, es, python),
|
||||
config( deck, schedule, es.getTableManager()),
|
||||
config( deck, schedule, es.getTableManager(), es.aquifer() ),
|
||||
wells( result_wells() ),
|
||||
grp_nwrk( result_group_network() ),
|
||||
name( toupper(std::move(fname)) ),
|
||||
|
||||
Reference in New Issue
Block a user