Skip to content
Snippets Groups Projects
Commit 7c8e410a authored by Markus Wolff's avatar Markus Wolff
Browse files

added initialization after resize


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6836 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 678a3c55
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,7 @@ public:
fracFlowFunc_[i].resize(size);
}
velocitySecondPhase_.resize(size);
velocitySecondPhase_ = Dune::FieldVector<Scalar, dim>(0);
saturation_.resize(size);
capillaryPressure_.resize(size);
volumecorrection_.resize(size);
......
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