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 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • 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
  • !138

[fix][fvelementgeometry][box] Replace double bracket with single bracket

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge fix/box-fvgeometry-1d into master Apr 06, 2016
  • Overview 0
  • Commits 1
  • Changes 1

For the one-dimensional case the double curly brackets seem to result in an error because it actually tries to assign an initializer list of size 2 to a GlobalPosition of size 1. For larger FieldVectors the double bracket operator seems to be required by the compiler.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/box-fvgeometry-1d