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
No related branches found
No related tags found
No related merge requests found
#ifndef DUNE_PERMUTATIONMANAGER_HH
#define DUNE_PERMUTATIONMANAGER_HH
#include <algorithm>
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/grid/common/exceptions.hh>
//! This file contains the permutation manager class.
......
......@@ -4,6 +4,7 @@
#include <vector>
#include <dune/common/bitsetvector.hh>
#include <dune/common/shared_ptr.hh>
#include "iterationstep.hh"
......
#ifndef NULLOPERATOR_HH
#define NULLOPERATOR_HH
#include <cstddef>
/** \brief Represents the null operator in the needed space
*
*/
......
#ifndef SUMOPERATOR_HH
#define SUMOPERATOR_HH
#include <cstddef>
/** \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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment