Unnecessary container actnumData removed

This commit is contained in:
Antonella Ritorto 2024-01-22 17:14:46 +01:00
parent 24ebb77257
commit 5bf0e10f3e

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];