mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt the the table related API changes of opm-parser
This commit is contained in:
parent
db8b68b1d1
commit
b4fe4e3667
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user