Skip to content
Snippets Groups Projects
Commit d3a8e351 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

corrected setCouplingOutflow

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5127 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8659721c
No related branches found
No related tags found
No related merge requests found
......@@ -263,8 +263,8 @@ public:
boundaryInfo_[eqIdx].isDirichlet = 0;
boundaryInfo_[eqIdx].isNeumann = 0;
boundaryInfo_[eqIdx].isOutflow = 0;
boundaryInfo_[eqIdx].isCouplingInflow = 1;
boundaryInfo_[eqIdx].isCouplingOutflow = 0;
boundaryInfo_[eqIdx].isCouplingInflow = 0;
boundaryInfo_[eqIdx].isCouplingOutflow = 1;
Valgrind::SetDefined(boundaryInfo_[eqIdx]);
}
......
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