forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8938 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6bbadce42d
commit
bb6d24d6e6
|
@ -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)
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
#include "cuda_neigh_list.h"
|
||||
//#include "pre_binning_cu.h"
|
||||
#include "binning_cu.h"
|
||||
//#include "reverse_binning_cu.h"
|
||||
#include <ctime>
|
||||
#include <cmath>
|
||||
|
|
Loading…
Reference in New Issue