Test use of FieldPropsManager in WellConnections

This commit is contained in:
Joakim Hove
2019-11-21 11:44:06 +01:00
parent 8211007714
commit 198b208258
28 changed files with 289 additions and 149 deletions

View File

@@ -348,7 +348,7 @@ struct setup {
deck( Parser().parseFile( path) ),
es( deck ),
grid( es.getInputGrid() ),
schedule( deck, grid, es.get3DProperties(), es.runspec()),
schedule( deck, es),
config( deck, schedule, es.getTableManager()),
wells( result_wells() ),
name( toupper(std::move(fname)) ),