Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D dune-tnnmg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • agnumpde
  • dune-tnnmg
  • Merge requests
  • !30

Use TupleVector instead of MultiTypeBlockVector in conceptcheck.cc

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged oliver.sander_at_tu-dresden.de requested to merge fix-conceptcheck into master Mar 23, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Since recently, MultiTypeBlockVector tries to construct a common field type from its entries, which makes it a bit more strict in what it accepts as entries. This makes conceptcheck.cc fail.

Since MultiTypeBlockVector is not actually needed here, simply replace it by TupleVector, which is more forgiving.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-conceptcheck