Skip to content
Snippets Groups Projects

[bugfix]Implement tuple protocol for custom type in resizetest.cc

Merged Carsten Gräser requested to merge bugfix/implement-tuple-protocol-in-resizetest into master

This fixes some fallout of the removal of MultiTypeBlockMatrix::size(): By not providing a generic container interface you can no longer use generic algorithms like indexed for-loops for matrices. One way to work around this is to implement the tuple protocol to make Hybrid::size() work again.

For an alternative solution cf. core/dune-common!1209 (merged)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading