Skip to content
Snippets Groups Projects

Necessary cleanup for warning-free work with 2.6

Merged Dominic Kempf requested to merge feature/cleanup-for-2.6 into master
Files
4
@@ -2,9 +2,10 @@
#include<dune/common/exceptions.hh>
#include<dune/common/fvector.hh>
#include<dune/geometry/referenceelements.hh>
#include<dune/geometry/type.hh>
#include<dune/pdelab/common/referenceelements.hh>
#include<dune/pdelab/common/quadraturerules.hh>
#include<dune/pdelab/localoperator/pattern.hh>
#include<dune/pdelab/localoperator/flags.hh>
Loading