Skip to content
Snippets Groups Projects
Commit 06c295a1 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Pass headercheck

parent 24dd4052
No related branches found
No related tags found
No related merge requests found
#ifndef ENUMS_HH
#define ENUMS_HH
struct Config { struct Config {
enum model { enum model {
Laursen, Laursen,
...@@ -8,3 +11,4 @@ struct Config { ...@@ -8,3 +11,4 @@ struct Config {
Ruina Ruina
}; };
}; };
#endif
#ifndef TEST_GRADIENT_METHOD_HELPER_HH
#define TEST_GRADIENT_METHOD_HELPER_HH
#include <boost/format.hpp> #include <boost/format.hpp>
#include <dune/tnnmg/problem-classes/bisection.hh> #include <dune/tnnmg/problem-classes/bisection.hh>
...@@ -21,3 +24,4 @@ double functionTester(Dune::SampleFunctional<dim> J, ...@@ -21,3 +24,4 @@ double functionTester(Dune::SampleFunctional<dim> J,
std::cout << boost::format("%8g -> %e") % original % final << std::endl; std::cout << boost::format("%8g -> %e") % original % final << std::endl;
return final; return final;
} }
#endif
#ifndef TEST_GRADIENT_METHOD_NICEFUNCTION_HH
#define TEST_GRADIENT_METHOD_NICEFUNCTION_HH
#include <cassert>
#include <dune/tectonic/nicefunction.hh> #include <dune/tectonic/nicefunction.hh>
namespace Dune { namespace Dune {
...@@ -113,3 +118,4 @@ class HorribleFunctionLogarithmic : public MyFunction { ...@@ -113,3 +118,4 @@ class HorribleFunctionLogarithmic : public MyFunction {
} }
}; };
} }
#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