Skip to content
Snippets Groups Projects

Bind an entity reference instead of an rvalue

Merged Praetorius, Simon requested to merge issue/bind-entity-reference into master
All threads resolved!

Summary

Whenever a local-function is bound to an element, the element should be passed as an lvalue and not an rvalue. The bind(Element const&) function takes just a const& so we don't know what we get. This MR, fixes the binding in the intersections and stores the bound element in some local-functions instead of just creating a pointer to the argument.

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
  • Praetorius, Simon resolved all threads

    resolved all threads

  • added 1 commit

    • cfde9e50 - Fix the naming of normals in NormalGridViewFunction

    Compare with previous version

  • mentioned in commit 13c6fc3a

  • Please register or sign in to reply
    Loading