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

Make headercheck happy

[[Imported from SVN: r6435]]
parent 70b01075
Branches
Tags
No related merge requests found
#ifndef DUNE_PERMUTATIONMANAGER_HH #ifndef DUNE_PERMUTATIONMANAGER_HH
#define DUNE_PERMUTATIONMANAGER_HH #define DUNE_PERMUTATIONMANAGER_HH
#include <algorithm>
#include <vector> #include <vector>
#include <dune/common/fvector.hh>
#include <dune/grid/common/exceptions.hh> #include <dune/grid/common/exceptions.hh>
//! This file contains the permutation manager class. //! This file contains the permutation manager class.
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <vector> #include <vector>
#include <dune/common/bitsetvector.hh> #include <dune/common/bitsetvector.hh>
#include <dune/common/shared_ptr.hh>
#include "iterationstep.hh" #include "iterationstep.hh"
......
#ifndef NULLOPERATOR_HH #ifndef NULLOPERATOR_HH
#define NULLOPERATOR_HH #define NULLOPERATOR_HH
#include <cstddef>
/** \brief Represents the null operator in the needed space /** \brief Represents the null operator in the needed space
* *
*/ */
......
#ifndef SUMOPERATOR_HH #ifndef SUMOPERATOR_HH
#define SUMOPERATOR_HH #define SUMOPERATOR_HH
#include <cstddef>
/** \brief represents the sum of two linear operators /** \brief represents the sum of two linear operators
* *
* The summands may be of arbitrary type. Their names are for historical illustrative reasons where one is a sparse and the other a filled in lowrank matrix * The summands may be of arbitrary type. Their names are for historical illustrative reasons where one is a sparse and the other a filled in lowrank matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment