mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use TableManager in AquiferCT constructor
This commit is contained in:
parent
28cca881de
commit
1c4021f0a3
@ -155,7 +155,7 @@ BlackoilAquiferModel<TypeTag>::init()
|
||||
const auto& eclState = this->simulator_.vanguard().eclState();
|
||||
|
||||
// Get all the carter tracy aquifer properties data and put it in aquifers vector
|
||||
const AquiferCT aquiferct = AquiferCT(eclState, deck);
|
||||
const AquiferCT aquiferct = AquiferCT(eclState.getTableManager(), deck);
|
||||
const Aquancon aquifer_connect = Aquancon(eclState.getInputGrid(), deck);
|
||||
|
||||
std::vector<AquiferCT::AQUCT_data> aquifersData = aquiferct.getAquifers();
|
||||
|
Loading…
Reference in New Issue
Block a user