Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Merge requests
  • !2211

Fix macro calls and changelog entry

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bernd Flemisch requested to merge fix/macro-calls-and-changelog-entry into master Jul 15, 2020
  • Overview 0
  • Commits 1
  • Changes 4

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.

Please backport to 3.2 @nedc.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/macro-calls-and-changelog-entry