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

remove unused varaiable

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9673 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent eba669c3
No related branches found
No related tags found
No related merge requests found
......@@ -528,8 +528,6 @@ void FVPressure2P2CMultiPhysics<TypeTag>::get1pFlux(Dune::FieldVector<Scalar, 2>
// due to "safety cell" around subdomain, both cells I and J
// have single-phase conditions, although one is in 2p domain.
int phaseIdx = std::min(cellDataI.subdomain(), cellDataJ.subdomain());
// determine respective equation Idx
int contiEqIdx = (phaseIdx == wPhaseIdx) ? contiWEqIdx : contiNEqIdx;
Scalar rhoMean = 0.5 * (cellDataI.density(phaseIdx) + cellDataJ.density(phaseIdx));
//Scalar density = 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