mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 21:24:24 -06:00
Merge pull request #2291 from akva2/reorganize_matlaw
changed: adjust to split of initFromDeck in EclMaterialManager
This commit is contained in:
commit
02ce13c800
@ -2392,7 +2392,8 @@ private:
|
||||
compressedToCartesianElemIdx[elemIdx] = vanguard.cartesianIndex(elemIdx);
|
||||
|
||||
materialLawManager_ = std::make_shared<EclMaterialLawManager>();
|
||||
materialLawManager_->initFromDeck(deck, eclState, compressedToCartesianElemIdx);
|
||||
materialLawManager_->initFromDeck(deck, eclState);
|
||||
materialLawManager_->initParamsForElements(eclState, compressedToCartesianElemIdx);
|
||||
////////////////////////////////
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user