git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9589 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user