-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* uint8_t underlying type for enum * Changing the argument int nx to const int in markWallBoundary() * Removed redundant boolean literal * Changing void return type to void const * Changing clang version from 17 to 19 for CI * Updating .clang-tidy to eliminate outdated option * Replacing macros with enum definitions * Changing void const to void * Removing redundant explicit casting * Addressing the readability-math-missing-parentheses warning * More readability-math-missing-parentheses fixes * static_cast<ptrdiff_t> * static_cast<unsigned long> * Removing inline specifiers from implicitly inlined functions to eliminate the warning readability-redundant-inline-specifier * static_cast<ptrdiff_t>() instances in MeshBlock.C * Changing enum to define in tioga.h * Fixing enum declarations
- Loading branch information
1 parent
02b0a92
commit b4f7aa9
Showing
28 changed files
with
362 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.