convert a few more defines to static constexpr

This commit is contained in:
Axel Kohlmeyer
2024-02-05 23:57:41 -05:00
parent d1f1cf4012
commit 187a35d7b2
17 changed files with 60 additions and 76 deletions

View File

@ -39,8 +39,7 @@ using namespace LAMMPS_NS;
static constexpr double BUFFACTOR = 1.5;
static constexpr int BUFMIN = 1024;
static constexpr double EPSILON = 1.0e-6;
#define DELTA_PROCS 16
static constexpr int DELTA_PROCS = 16;
/* ---------------------------------------------------------------------- */