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

@ -27,7 +27,7 @@
using namespace LAMMPS_NS;
static constexpr double SMALL = 1.0e-6;
#define CUT2BIN_RATIO 100
static constexpr double CUT2BIN_RATIO = 100.0;
/* ---------------------------------------------------------------------- */