Skip to content

Commit

Permalink
Automatic fix for the clang-tidy check bugprone-macro-parantheses (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
itopcuoglu authored Aug 1, 2024
1 parent cf7b7b5 commit f79f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CartGrid;
* 02/20/2014
*/

#define FRINGE -1
#define FRINGE (-1)
#define HOLE 0
#define FIELD 1

Expand Down

0 comments on commit f79f442

Please sign in to comment.