consolidate kspace communication enumerators in kspace.h

This commit is contained in:
Axel Kohlmeyer
2024-10-10 05:35:01 -04:00
parent 2935c17f78
commit 482a6632e9
19 changed files with 34 additions and 72 deletions

View File

@ -44,9 +44,6 @@ using namespace MathSpecial;
static constexpr int OFFSET = 16384;
static constexpr FFT_SCALAR ZEROF = 0.0;
enum { REVERSE_RHO };
enum { FORWARD_IK, FORWARD_AD, FORWARD_IK_PERATOM, FORWARD_AD_PERATOM };
/* ---------------------------------------------------------------------- */
PPPMIntel::PPPMIntel(LAMMPS *lmp) : PPPM(lmp)