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

Sort and clean up headers

parent 97426e55
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <dune/common/shared_ptr.hh> #include <dune/common/shared_ptr.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/bcrsmatrix.hh> #include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/bvector.hh>
#include "localnonlinearity.hh"
#include "globalnonlinearity.hh" #include "globalnonlinearity.hh"
#include "localnonlinearity.hh"
#include "nicefunction.hh" #include "nicefunction.hh"
namespace Dune { namespace Dune {
......
...@@ -5,11 +5,14 @@ ...@@ -5,11 +5,14 @@
#include <vector> #include <vector>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/bvector.hh>
#include "nicefunction.hh"
#include "localnonlinearity.hh"
#include "globalnonlinearity.hh" #include "globalnonlinearity.hh"
#include "localnonlinearity.hh"
#include "nicefunction.hh"
namespace Dune { namespace Dune {
template <int dim> template <int dim>
......
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