diff --git a/src/MAKE/Makefile.g++ b/src/MAKE/Makefile.g++ index 9bb60318ca..a884c91fd7 100755 --- a/src/MAKE/Makefile.g++ +++ b/src/MAKE/Makefile.g++ @@ -28,7 +28,7 @@ SHLIBFLAGS = -shared # LAMMPS ifdef settings, OPTIONAL # see possible settings in doc/Section_start.html#2_2 (step 4) -LMP_INC = -DLAMMPS_GZIP -DLAMMPS_JPEG -DFFT_SINGLE +LMP_INC = -DLAMMPS_GZIP -DLAMMPS_JPEG # MPI library, REQUIRED # see discussion in doc/Section_start.html#2_2 (step 5) diff --git a/src/USER-CUDA/cuda.cpp b/src/USER-CUDA/cuda.cpp index ab5547f38d..b4515716ad 100644 --- a/src/USER-CUDA/cuda.cpp +++ b/src/USER-CUDA/cuda.cpp @@ -39,7 +39,6 @@ #include "cuda_neigh_list.h" //#include "pre_binning_cu.h" -#include "binning_cu.h" //#include "reverse_binning_cu.h" #include #include