Skip to content
Snippets Groups Projects
Commit c8410fd6 authored by Robert K's avatar Robert K
Browse files

Include forloop from Dune::Fem.

parent 8391e697
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#include <tuple>
#include <type_traits>
#include <dune/common/forloop.hh>
#include <dune/fem/common/forloop.hh>
#include <dune/fem/misc/mpimanager.hh>
#include <dune/fem/io/file/datawriter.hh>
#include <dune/fem/io/parameter.hh>
......
......@@ -2,7 +2,7 @@
#define FEMDG_ALGORITHM_SOLUTIONLIMITERHANDLER_HH
#include <dune/fem-dg/misc/tupleutility.hh>
#include <dune/common/forloop.hh>
#include <dune/fem/common/forloop.hh>
#include "interface.hh"
namespace Dune
......
......@@ -5,7 +5,7 @@
#include <tuple>
#include <type_traits>
#include <dune/common/forloop.hh>
#include <dune/fem/common/forloop.hh>
#include <dune/fem/misc/mpimanager.hh>
#include <dune/fem/io/file/datawriter.hh>
#include <dune/fem/io/parameter.hh>
......
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