git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9589 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-03-06 17:18:26 +00:00
parent 5404f3c1b5
commit f611f9a58f

View File

@ -19,6 +19,8 @@ if (test $1 = 1) then
cp pair_lj_cut_coul_long_opt.h ..
cp pair_lj_cut_tip4p_long_opt.cpp ..
cp pair_lj_cut_tip4p_long_opt.h ..
cp pair_lj_long_coul_long_opt.cpp ..
cp pair_lj_long_coul_long_opt.h ..
fi
cp pair_lj_cut_opt.cpp ..
@ -36,6 +38,7 @@ elif (test $1 = 0) then
rm -f ../pair_lj_cut_coul_long_opt.cpp
rm -f ../pair_lj_cut_tip4p_long_opt.cpp
rm -f ../pair_lj_cut_opt.cpp
rm -f ../pair_lj_long_coul_long_opt.cpp
rm -f ../pair_morse_opt.cpp
rm -f ../pair_eam_opt.h
@ -45,6 +48,7 @@ elif (test $1 = 0) then
rm -f ../pair_lj_cut_coul_long_opt.h
rm -f ../pair_lj_cut_tip4p_long_opt.h
rm -f ../pair_lj_cut_opt.h
rm -f ../pair_lj_long_coul_long_opt.h
rm -f ../pair_morse_opt.h
fi