Skip to content
Snippets Groups Projects
Commit 44959489 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'cleanup/remove-unused-variable-ms' into 'master'

[box][maxwstefan] Remove unused local variables

See merge request !2014
parents 5ab2f604 543afa9b
No related branches found
No related tags found
1 merge request!2014[box][maxwstefan] Remove unused local variables
......@@ -154,8 +154,6 @@ private:
const auto& insideVolVars = elemVolVars[scvf.insideScvIdx()];
const auto& outsideVolVars = elemVolVars[scvf.outsideScvIdx()];
const auto insideScvIdx = scvf.insideScvIdx();
const auto outsideScvIdx = scvf.outsideScvIdx();
//this is to not devide by 0 if the saturation in 0 and the effectiveDiffusionCoefficient becomes zero due to that
if(Dune::FloatCmp::eq<Scalar>(insideVolVars.saturation(phaseIdx), 0) || Dune::FloatCmp::eq<Scalar>(outsideVolVars.saturation(phaseIdx), 0))
......
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