Skip to content
Snippets Groups Projects

Cleanup the FieldVector<K,SIZE>

Merged Simon Praetorius requested to merge issue/fieldvector-constructors into master
All threads resolved!

This MR cleans up the FieldVector class similar to the cleanup of just the specialization FieldVector<K,1> in !1387 (merged).

The following changes are implemented

  • Unify the indentation and spaces inside brackets, around brackets, and around for, if statements.
  • Add constexpr to all functions where possible
  • Add noexcept keyword where possible (sometimes with a condition)
  • Unify the formatting of documentation comments
  • Simplify the constraints on the constructors, without changing its behavior
  • Cleanup of includes (remove unnecessary includes, order lexicographically, write out full path)
  • Rename the include-guard to common form

This MR also contains a change discussed and implemented in !1345 (merged), which should be merged before.

Edited by Simon Praetorius

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

    resolved all threads

  • added 1 commit

    • 568686d0 - Improve the documentation of FieldVector default constructor

    Compare with previous version

  • Simon Praetorius enabled an automatic merge when the pipeline for 568686d0 succeeds

    enabled an automatic merge when the pipeline for 568686d0 succeeds

  • mentioned in commit 73c7034c

  • Simon Praetorius mentioned in merge request !1485 (merged)

    mentioned in merge request !1485 (merged)

  • Please register or sign in to reply
    Loading