Skip to content
Snippets Groups Projects
Commit beb3d4d9 authored by Christoph Gersbacher's avatar Christoph Gersbacher
Browse files

Make headercheck pass in some directories.

parent 7d9a9e64
No related branches found
No related tags found
No related merge requests found
#ifndef DUNE_FEM_DG_DEFAULTMODEL_HH
#define DUNE_FEM_DG_DEFAULTMODEL_HH
#include<limits>
#include <dune/common/exceptions.hh>
#include <dune/fem/misc/fmatrixconverter.hh>
/**********************************************
* Default model
*********************************************/
......
......@@ -8,6 +8,7 @@
// dune-fem-dg includes
#include <dune/fem-dg/pass/dgpass.hh>
#include <dune/fem-dg/operator/dg/passtraits.hh>
#ifdef USE_SMP_PARALLEL
#include <dune/fem-dg/pass/threadpass.hh>
......
......@@ -21,7 +21,7 @@
#include <dune/fem/operator/1order/localmassmatrix.hh>
// the lagrange point sets
#include <dune/fem/space/lagrangespace/lagrangepoints.hh>
#include <dune/fem/space/lagrange/lagrangepoints.hh>
#include <dune/fem/space/common/basesetlocalkeystorage.hh>
#include <dune/fem/io/parameter.hh>
......
......@@ -2,6 +2,7 @@
#define DUNE_FEM_DG_SMARTODESOLVER_HH
#include <limits>
#include <dune/fem/misc/femtimer.hh>
#include <dune/fem/solver/odesolver.hh>
namespace Dune {
......
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