From cfc9c9a5423e4b8550cd75a717f41dd5fdba443f Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Thu, 31 Oct 2013 10:56:30 +0000
Subject: [PATCH] remove unused variables

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11880 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 .../2p/diffusion/fvmpfa/lmethod/fvmpfal2dvelocity2padaptive.hh  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2dvelocity2padaptive.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2dvelocity2padaptive.hh
index 9e96dd31ff..7f3b4fc26b 100644
--- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2dvelocity2padaptive.hh
+++ b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2dvelocity2padaptive.hh
@@ -127,12 +127,10 @@ void FvMpfaL2dVelocity2pAdaptive<TypeTag>::calculateHangingNodeInteractionVolume
 {
     ElementPointer & elementPointer1 = interactionVolume.getSubVolumeElement(0);
     ElementPointer & elementPointer2 = interactionVolume.getSubVolumeElement(1);
-    ElementPointer & elementPointer4 = interactionVolume.getSubVolumeElement(3);
 
     // cell index
     int globalIdx1 = problem_.variables().index(*elementPointer1);
     int globalIdx2 = problem_.variables().index(*elementPointer2);
-    int globalIdx4 = problem_.variables().index(*elementPointer4);
 
     // get pressure values
     Dune::FieldVector < Scalar, 2 * dim > potW(0);
-- 
GitLab