Skip to content
Snippets Groups Projects
Commit cfe721c4 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

fix new error in implicit velocity output

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10735 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent d57c5519
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ public: ...@@ -88,7 +88,7 @@ public:
velocityOutput_ = false; velocityOutput_ = false;
} }
if (isBox) if (velocityOutput_ && isBox)
{ {
FVElementGeometry fvGeometry; FVElementGeometry fvGeometry;
fvGeometry.update(problem_.gridView(), *elemIt); fvGeometry.update(problem_.gridView(), *elemIt);
......
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