Skip to content
Snippets Groups Projects
Commit 4c126f16 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove unused variable

parent f75e1374
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -103,9 +103,7 @@ public: ...@@ -103,9 +103,7 @@ public:
for (auto&& scv : scvs(fvGeometry)) for (auto&& scv : scvs(fvGeometry))
{ {
const auto& volVars = elemVolVars[scv]; const auto& volVars = elemVolVars[scv];
const auto& spatialParams = this->problem_().spatialParams(); const auto dofIdxGlobal = scv.dofIndex();
auto dofIdxGlobal = scv.dofIndex();
(*p)[dofIdxGlobal] = volVars.pressure(); (*p)[dofIdxGlobal] = volVars.pressure();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment