Skip to content
Snippets Groups Projects
Commit bae16ef0 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'fix/inclusion-of-intrange' into 'master'

[staggered] include Dumux' IntRange if Dune doesn't provide it

See merge request !714
parents a2f7ed5d 84c98d44
No related branches found
No related tags found
1 merge request!714[staggered] include Dumux' IntRange if Dune doesn't provide it
......@@ -27,6 +27,8 @@
#include <dune/common/version.hh>
#if DUNE_VERSION_NEWER(DUNE_COMMON,2,6)
#include <dune/common/rangeutilities.hh>
#else
#include <dumux/common/intrange.hh>
#endif
#include <dumux/common/properties.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