[linear] fix macro calls and changelog entry
Replace calls to deprecated `DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)` by `DUNE_VERSION_GT_REV(DUNE_ISTL,2,7,0)` which also reads better than the `GTE` version, as Dune 2.7.1 hasn't been released yet. Fix the call to `DUNE_VERSION_GT(DUNE_ISTL,2,7)` in the solver factory backend which would break things in case of a 2.7.1 release. Adapt the corresponding changelog entry.
Showing
- CHANGELOG.md 1 addition, 1 deletionCHANGELOG.md
- dumux/linear/istlsolverfactorybackend.hh 2 additions, 2 deletionsdumux/linear/istlsolverfactorybackend.hh
- test/freeflow/shallowwater/dambreak/main.cc 2 additions, 2 deletionstest/freeflow/shallowwater/dambreak/main.cc
- test/porousmediumflow/richards/implicit/lens/main.cc 2 additions, 2 deletionstest/porousmediumflow/richards/implicit/lens/main.cc
Loading
Please register or sign in to comment