Skip to content
Snippets Groups Projects
Commit 82bc9cf1 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 44e3ebee
No related branches found
No related tags found
No related merge requests found
......@@ -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