diff --git a/src/USER-MISC/Install.sh b/src/USER-MISC/Install.sh index d15156fdbd07afb0e81712328f47e05adf7aedc9..eb37f48158b50476710ba38f1d1a7bd1a29ba401 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