Skip to content
Snippets Groups Projects

UGGrid: append to-be-visited sons at the end of the list

Merged Ansgar Burchardt requested to merge bugfix/issue-53-uggrid-intersections into master

Prepending them to the beginning of the list would mean they are never visited as the iterator only moves forward. This required switching to a std::list as the std::forward_list does not provide methods to add items at the end.

This regression was introduced in 20b821be which replaced Dune::SLList with std::forward_list, but changed push_back to push_front as well.

Closes: #53 (closed)

Merge request reports

Pipeline #1721 failed

Pipeline failed for 712bcf80 on bugfix/issue-53-uggrid-intersections

Merged by avatar (Mar 26, 2025 10:41pm UTC)

Loading

Pipeline #1732 passed

Pipeline passed for a4de6c24 on master

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