Skip to content
Snippets Groups Projects
Commit afc3d6ca authored by Andreas Lauser's avatar Andreas Lauser
Browse files

box models: make them work again for EnablePartialReassemble == false

oops. small mistake

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6638 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6a3fa8df
No related branches found
No related tags found
No related merge requests found
...@@ -313,6 +313,9 @@ public: ...@@ -313,6 +313,9 @@ public:
*/ */
void markVertexRed(int globalVertIdx) void markVertexRed(int globalVertIdx)
{ {
if (!enablePartialReassemble_)
return;
vertexColor_[globalVertIdx] = Red; vertexColor_[globalVertIdx] = Red;
} }
......
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