replace defines with static constexpr declarations
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
#define DELTA 16
|
||||
static constexpr int DELTA = 16;
|
||||
|
||||
static constexpr int OFFSET = 16384;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user