From bde044f1e9e4c7f1619592c23f889b592750a175 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Tue, 21 May 2013 13:49:29 +0000
Subject: [PATCH] Fix make headercheck, remove unused variable. (reviewed by
 bernd)

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10719 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/io/adaptivegridrestart.hh                      | 1 +
 test/decoupled/2p/buckleyleverettanalyticsolution.hh | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/io/adaptivegridrestart.hh b/dumux/io/adaptivegridrestart.hh
index 060712bfee..58c4ffdf43 100644
--- a/dumux/io/adaptivegridrestart.hh
+++ b/dumux/io/adaptivegridrestart.hh
@@ -35,6 +35,7 @@
 #if HAVE_ALBERTA
 #include <dune/grid/albertagrid/agrid.hh>
 #endif
+#include <dune/grid/utility/grapedataioformattypes.hh>
 
 namespace Dumux
 {
diff --git a/test/decoupled/2p/buckleyleverettanalyticsolution.hh b/test/decoupled/2p/buckleyleverettanalyticsolution.hh
index c2c13b0383..ca12e04be8 100644
--- a/test/decoupled/2p/buckleyleverettanalyticsolution.hh
+++ b/test/decoupled/2p/buckleyleverettanalyticsolution.hh
@@ -265,7 +265,6 @@ private:
             	else
             	{
                     // find x_f next to global coordinate of the vertex
-                    int xnext = 0;
                     for (int i = 0; i < size-1; i++)
                     {
                     	Scalar x = frontParams_[i].second * time;
-- 
GitLab