some more define to static constexpr conversions

This commit is contained in:
Axel Kohlmeyer
2024-01-24 20:42:14 -05:00
parent 77e7a71ded
commit a6261d75b9
49 changed files with 88 additions and 88 deletions

View File

@ -51,7 +51,7 @@ using namespace MathConst;
#define VARDELTA 4
#define MAXLEVEL 4
static constexpr int MAXLINE = 256;
#define CHUNK 1024
static constexpr int CHUNK = 1024;
#define MAXFUNCARG 6
#define MYROUND(a) (( (a)-floor(a) ) >= .5) ? ceil(a) : floor(a)