Skip to content
Snippets Groups Projects
Commit 573898b1 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'bugfix/add_missing_header' into 'master'

[bugfix] add missing header guards and headers to make headercheck pass

See merge request !127
parents e28260bc d0f7396c
No related branches found
No related tags found
1 merge request!127[bugfix] add missing header guards and headers to make headercheck pass
Pipeline #
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_GRID_TEST_CHECKDGF_HH
#define DUNE_GRID_TEST_CHECKDGF_HH
#define DISABLE_DEPRECATED_METHOD_CHECK 1
#define CHECK 1
#ifndef DUNE_GRID_EXAMPLE_GRIDS_PATH
#define DUNE_GRID_EXAMPLE_GRIDS_PATH
#endif
#include <string>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/common/rangegenerators.hh>
#include <dune/grid/test/gridcheck.hh>
#include <dune/grid/test/checkgeometryinfather.hh>
#include <dune/grid/test/checkintersectionit.hh>
#include <dune/grid/io/file/dgfparser.hh>
#include <dune/grid/io/file/dgfparser/gridptr.hh>
#include <dune/grid/io/file/vtk/vtkwriter.hh>
#include <dune/grid/io/file/vtk/subsamplingvtkwriter.hh>
......@@ -155,3 +166,5 @@ void runDGFTest(int argc, char ** argv)
#endif
delete grid;
}
#endif // #ifndef DUNE_GRID_TEST_CHECKDGF_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