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

fix make headercheck

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8994 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 918d4a8f
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@
#ifndef DUMUX_TEST_IMPES_ADAPTIVE_PROBLEM_HH
#define DUMUX_TEST_IMPES_ADAPTIVE_PROBLEM_HH
#if HAVE_ALUGRID
#include <dune/grid/alugrid/2d/alugrid.hh>
#include <dumux/common/cubegridcreator.hh>
......@@ -276,3 +278,5 @@ private:
} //end namespace
#endif
#endif
......@@ -27,6 +27,8 @@
#ifndef DUMUX_TEST_MPFA2P_PROBLEM_HH
#define DUMUX_TEST_MPFA2P_PROBLEM_HH
#if HAVE_ALUGRID
#include <dune/grid/alugrid/2d/alugrid.hh>
#include <dumux/common/cubegridcreator.hh>
......@@ -387,4 +389,6 @@ static constexpr Scalar eps_ = 1e-6;
};
} //end namespace
#endif
#endif
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