From 68decd69e457c78d0797d1bf32a8f39deec3e32c Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 14 Feb 2012 16:23:50 +0000
Subject: [PATCH] test_stokes2cni: remove unused variable

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7770 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/freeflow/stokes2cni/stokes2cnitestproblem.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
index 6bb87c21f6..1c2973cd19 100644
--- a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
+++ b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
@@ -183,7 +183,6 @@ public:
             values.setAllOutflow();
 
         // set pressure at one point
-        const Scalar middle = (this->bboxMax()[0] - this->bboxMin()[0])/2;
         if (onUpperBoundary_(globalPos) &&
                 !onLeftBoundary_(globalPos) && !onRightBoundary_(globalPos))
             values.setDirichlet(massBalanceIdx);
-- 
GitLab