consolidate enum into header file

This commit is contained in:
Axel Kohlmeyer
2023-04-21 12:23:03 -04:00
parent 2197d62c2f
commit 8cfac6fd60
3 changed files with 2 additions and 6 deletions

View File

@ -30,8 +30,6 @@
using namespace LAMMPS_NS;
using namespace FixConst;
enum{DEFAULT,NPARTNER,PERPARTNER}; // also set in fix neigh/history/omp
/* ---------------------------------------------------------------------- */
FixNeighHistory::FixNeighHistory(LAMMPS *lmp, int narg, char **arg) :