Skip to content

Commit

Permalink
change MAX_LEV to constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Mar 25, 2024
1 parent 5707c0c commit 4c9cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/castro_limits.H
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef CASTRO_LIMITS_H
#define CASTRO_LIMITS_H

#define MAX_LEV 15
constexpr int MAX_LEV{15};

#endif

0 comments on commit 4c9cfb6

Please sign in to comment.