BOUT-dev icon indicating copy to clipboard operation
BOUT-dev copied to clipboard

Fix lots of clang-tidy issues in fv_ops

Open ZedThree opened this issue 1 year ago • 2 comments

Mostly:

  • include required headers
  • rename some short identifiers
  • make some local variables const
    • in a few cases, this involved renaming them to avoid reuse of the same variable for different cases (e.g. left/right fluxes)

This is mostly to avoid getting the clang-tidy warnings in #2873

ZedThree avatar Oct 23 '24 15:10 ZedThree