add missing #endif

This commit is contained in:
Axel Kohlmeyer
2020-01-22 15:26:34 -05:00
parent 9a27aa4e9e
commit 70b9a060dc
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ KSpaceStyle(pppm/kk/host,PPPMKokkos<LMPHostType>)
# if !defined(FFT_CUFFT) && !defined(FFT_KISSFFT)
# define FFT_KISSFFT
# endif
#endif
#include "pppm.h"
#include "gridcomm_kokkos.h"

View File

@ -39,7 +39,7 @@ KSpace::KSpace(LAMMPS *lmp) : Pointers(lmp)
virial[0] = virial[1] = virial[2] = virial[3] = virial[4] = virial[5] = 0.0;
triclinic_support = 1;
ewaldflag = pppmflag = msmflag = dispersionflag = tip4pflag =
ewaldflag = pppmflag = msmflag = dispersionflag = tip4pflag =
dipoleflag = spinflag = 0;
compute_flag = 1;
group_group_enable = 0;