From e2d5ab683f49964c0162d4645b14125f2be0ff76 Mon Sep 17 00:00:00 2001 From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Thu, 1 Dec 2011 14:50:25 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7253 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/USER-MISC/Install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/USER-MISC/Install.sh b/src/USER-MISC/Install.sh index d15156fdbd..eb37f48158 100644 --- a/src/USER-MISC/Install.sh +++ b/src/USER-MISC/Install.sh @@ -13,8 +13,10 @@ if (test $1 = 1) then cp fix_imd.cpp .. cp fix_smd.cpp .. cp pair_cdeam.cpp .. + cp pair_coul_diel.cpp .. cp pair_dipole_sf.cpp .. cp pair_edip.cpp .. + cp pair_gauss_cut.cpp .. cp pair_lj_sf.cpp .. cp angle_cosine_shift.h .. @@ -28,9 +30,11 @@ if (test $1 = 1) then cp fix_imd.h .. cp fix_smd.h .. cp pair_cdeam.h .. + cp pair_coul_diel.h .. cp pair_dipole_sf.h .. cp pair_edip.h .. - cp pair_lj_sf.h .. + cp pair_gauss_cut.h .. + cp pair_lj_sf.h.. elif (test $1 = 0) then @@ -45,8 +49,10 @@ elif (test $1 = 0) then rm -f ../fix_imd.cpp rm -f ../fix_smd.cpp rm -f ../pair_cdeam.cpp + rm -f ../pair_coul_diel.cpp rm -f ../pair_dipole_sf.cpp rm -f ../pair_edip.cpp + rm -f ../pair_gauss_cut.cpp rm -f ../pair_lj_sf.cpp rm -f ../angle_cosine_shift.h @@ -60,8 +66,10 @@ elif (test $1 = 0) then rm -f ../fix_imd.h rm -f ../fix_smd.h rm -f ../pair_cdeam.h + rm -f ../pair_coul_diel.h rm -f ../pair_dipole_sf.h rm -f ../pair_edip.h + rm -f ../pair_gauss_cut.h rm -f ../pair_lj_sf.h fi -- GitLab