refactor constant vs define in edip pair styles

This commit is contained in:
Axel Kohlmeyer
2020-12-18 22:55:15 -05:00
parent 2022dc0aa9
commit 151110f07f
4 changed files with 15 additions and 20 deletions

View File

@ -46,7 +46,7 @@ using namespace LAMMPS_NS;
// max number of interaction per atom for f(Z) environment potential
#define leadDimInteractionList 64
static constexpr int leadDimInteractionList = 64;
/* ---------------------------------------------------------------------- */