adapt the the table related API changes of opm-parser

This commit is contained in:
Andreas Lauser
2014-09-17 12:44:40 +02:00
parent 81101fe292
commit bd0bfc172b
22 changed files with 163 additions and 175 deletions

View File

@@ -44,7 +44,7 @@ try
// Define rock and fluid properties
IncompPropertiesFromDeck incomp_properties(deck, eclipseState, *grid.c_grid());
RockCompressibility rock_comp(deck);
RockCompressibility rock_comp(deck, eclipseState);
// Finally handle the wells
WellsManager wells(eclipseState , 0 , *grid.c_grid(), incomp_properties.permeability());