Merge pull request #5118 from aritorto/rvActnum

Unnecessary vector removed
This commit is contained in:
Bård Skaflestad 2024-01-24 13:48:56 +01:00 committed by GitHub
commit 0c359983b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2100,7 +2100,6 @@ protected:
const auto& fp = eclState.fieldProps();
const std::vector<double> porvData = fp.porv(false);
const std::vector<int> actnumData = fp.actnum();
for (std::size_t dofIdx = 0; dofIdx < numDof; ++dofIdx) {
Scalar poreVolume = porvData[dofIdx];