Skip to content
Snippets Groups Projects
Commit f7181de7 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

Merge branch 'fix/test-sincos-solverfactory-dune-version' into 'master'

[fix] Solver factory is available from Dune 2.7

See merge request !2003

(cherry picked from commit 4ca52a7d)

b47ee0f6 [fix] Solver factory is available from Dune 2.7
parent 637a4a65
No related branches found
No related tags found
2 merge requests!2004Merge branch 'fix/test-sincos-solverfactory-dune-version' into 'master',!1983[WIP] Merge branch 'feature/version-check-solverfactory' into 'master'
......@@ -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
......
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