git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6632 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -4,6 +4,7 @@ if (test $1 = 1) then
|
||||
|
||||
cp ewald.cpp ..
|
||||
cp pppm.cpp ..
|
||||
cp pppm_cg.cpp ..
|
||||
cp pppm_tip4p.cpp ..
|
||||
cp pair_born_coul_long.cpp ..
|
||||
cp pair_buck_coul_long.cpp ..
|
||||
@ -19,6 +20,7 @@ if (test $1 = 1) then
|
||||
cp ewald.h ..
|
||||
cp kissfft.h ..
|
||||
cp pppm.h ..
|
||||
cp pppm_cg.h ..
|
||||
cp pppm_tip4p.h ..
|
||||
cp pair_born_coul_long.h ..
|
||||
cp pair_buck_coul_long.h ..
|
||||
@ -35,6 +37,7 @@ elif (test $1 = 0) then
|
||||
|
||||
rm -f ../ewald.cpp
|
||||
rm -f ../pppm.cpp
|
||||
rm -f ../pppm_cg.cpp
|
||||
rm -f ../pppm_tip4p.cpp
|
||||
rm -f ../pair_born_coul_long.cpp
|
||||
rm -f ../pair_buck_coul_long.cpp
|
||||
@ -50,6 +53,7 @@ elif (test $1 = 0) then
|
||||
rm -f ../ewald.h
|
||||
rm -f ../kissfft.h
|
||||
rm -f ../pppm.h
|
||||
rm -f ../pppm_cg.h
|
||||
rm -f ../pppm_tip4p.h
|
||||
rm -f ../pair_born_coul_long.h
|
||||
rm -f ../pair_buck_coul_long.h
|
||||
|
||||
@ -17,7 +17,7 @@ PACKAGE = asphere class2 colloid dipole dsmc gpu granular \
|
||||
kspace manybody meam molecule opt peri poems reax replica \
|
||||
shock srd xtc
|
||||
|
||||
PACKUSER = user-ackland user-atc user-awpmd user-cd-eam user-cg-cmm \
|
||||
PACKUSER = user-misc user-ackland user-atc user-awpmd user-cd-eam user-cg-cmm \
|
||||
user-eff user-ewaldn user-imd user-reaxc user-smd
|
||||
# user-cuda user-eff user-ewaldn user-imd user-reaxc user-smd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user