Skip to content
Snippets Groups Projects
Commit 76306bcb authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.grid_provider] add include guards

parent 46c508de
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
// Rene Milk (2012 - 2015) // Rene Milk (2012 - 2015)
// Tobias Leibner (2014) // Tobias Leibner (2014)
#ifndef DUNE_STUFF_TEST_GRID_PROVIDER_HH
#define DUNE_STUFF_TEST_GRID_PROVIDER_HH
#if HAVE_DUNE_GRID #if HAVE_DUNE_GRID
#if HAVE_ALUGRID #if HAVE_ALUGRID
#include <dune/grid/alugrid.hh> #include <dune/grid/alugrid.hh>
...@@ -157,3 +160,4 @@ public: ...@@ -157,3 +160,4 @@ public:
}; // class GridProviderBase }; // class GridProviderBase
#endif // HAVE_DUNE_GRID #endif // HAVE_DUNE_GRID
#endif // DUNE_STUFF_TEST_GRID_PROVIDER_HH
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