Skip to content

Commit

Permalink
Fix lots of clang-tidy issues in fv_ops
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ZedThree committed Oct 23, 2024
1 parent ce5baea commit d8ca2f7
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 223 deletions.
Loading

0 comments on commit d8ca2f7

Please sign in to comment.