even more define to static constexpr conversions

This commit is contained in:
Axel Kohlmeyer
2024-01-25 01:28:34 -05:00
parent 7cb907da58
commit 6442e05988
65 changed files with 88 additions and 96 deletions

View File

@ -38,7 +38,7 @@ static int compare_coords(const void *, const void *);
static int compare_coords(const int, const int, void *);
#endif
#define PERBIN 10
static constexpr int PERBIN = 10;
static constexpr double BIG = 1.0e20;
/* ---------------------------------------------------------------------- */