From f7181de78ccc6128be01ab02dc9ea942e7f9f656 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Sun, 19 Apr 2020 10:54:24 +0000 Subject: [PATCH] Merge branch 'fix/test-sincos-solverfactory-dune-version' into 'master' [fix] Solver factory is available from Dune 2.7 See merge request dumux-repositories/dumux!2003 (cherry picked from commit 4ca52a7d2f877e058e7ff5a805f392d6249a9194) b47ee0f6 [fix] Solver factory is available from Dune 2.7 --- test/freeflow/navierstokes/sincos/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/freeflow/navierstokes/sincos/main.cc b/test/freeflow/navierstokes/sincos/main.cc index 12f0bc9fac..1da94763ac 100644 --- a/test/freeflow/navierstokes/sincos/main.cc +++ b/test/freeflow/navierstokes/sincos/main.cc @@ -47,7 +47,7 @@ #include <dumux/nonlinear/newtonsolver.hh> #include <dune/common/version.hh> -#if DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1) +#if DUNE_VERSION_GTE(DUNE_ISTL,2,7) #include <dumux/linear/istlsolverfactorybackend.hh> #endif -- GitLab