mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Unnecessary container actnumData removed
This commit is contained in:
parent
24ebb77257
commit
5bf0e10f3e
@ -2100,7 +2100,6 @@ protected:
|
|||||||
|
|
||||||
const auto& fp = eclState.fieldProps();
|
const auto& fp = eclState.fieldProps();
|
||||||
const std::vector<double> porvData = fp.porv(false);
|
const std::vector<double> porvData = fp.porv(false);
|
||||||
const std::vector<int> actnumData = fp.actnum();
|
|
||||||
for (std::size_t dofIdx = 0; dofIdx < numDof; ++dofIdx) {
|
for (std::size_t dofIdx = 0; dofIdx < numDof; ++dofIdx) {
|
||||||
Scalar poreVolume = porvData[dofIdx];
|
Scalar poreVolume = porvData[dofIdx];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user