Merge pull request #2291 from akva2/reorganize_matlaw

changed: adjust to split of initFromDeck in EclMaterialManager
This commit is contained in:
Arne Morten Kvarving 2020-01-21 12:59:29 +01:00 committed by GitHub
commit 02ce13c800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
////////////////////////////////
}