replace defines with static constexpr declarations

This commit is contained in:
Axel Kohlmeyer
2024-01-21 14:51:35 -05:00
parent a473d6f347
commit 12422ff510
358 changed files with 636 additions and 561 deletions

View File

@ -46,7 +46,7 @@ static constexpr double EPSILON = 1.0e-6;
enum{NONE,TYPE,MOLECULE,ID};
enum{LT,LE,GT,GE,EQ,NEQ,BETWEEN};
#define BIG 1.0e20
static constexpr double BIG = 1.0e20;
/* ----------------------------------------------------------------------
initialize group memory