mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5118 from aritorto/rvActnum
Unnecessary vector removed
This commit is contained in:
commit
0c359983b7
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user