Skip to content
Snippets Groups Projects
Commit 9b5254ee authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.ranges] added fem guard

parent 9920da5a
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,17 @@
#if HAVE_DUNE_FEM
#include <dune/fem/version.hh>
#include <dune/stuff/fem/namespace.hh>
#include <dune/stuff/common/disable_warnings.hh>
#include <dune/fem/function/common/discretefunction.hh>
#include <dune/stuff/common/reenable_warnings.hh>
#include <dune/fem/gridpart/common/gridpart.hh>
#if DUNE_FEM_IS_LOCALFUNCTIONS_COMPATIBLE
#include <dune/fem/space/lagrangespace/lagrangepoints.hh>
#else
#include <dune/fem/space/lagrange/lagrangepoints.hh>
#endif
#endif
#include <dune/stuff/common/math.hh>
#include <dune/stuff/fem/namespace.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