some more define to static constexpr conversions
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user