Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Merge requests
  • !1293

[fix][mpfa][fvgridgeom] rearrange public aliases

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dennis Gläser requested to merge fix/mpfa-error-clang3.8 into master Nov 14, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

clang3.8 threw a compiler error because it couldn't extract the types from the fv grid geometry within the helper class. Putting the helper after the other types (that are tried to be extracted within the helper) solved this issue.

Fixes #597 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/mpfa-error-clang3.8