convert defines into static constexpr

This commit is contained in:
Axel Kohlmeyer
2024-01-18 23:59:33 -05:00
parent 48e83b2298
commit 3ae4779c7f
29 changed files with 68 additions and 67 deletions

View File

@ -33,7 +33,7 @@
using namespace LAMMPS_NS;
#define MAXLINE 128
static constexpr int MAXLINE = 128;
/* ---------------------------------------------------------------------- */