git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7544 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -20,6 +20,7 @@ if (test $1 = 1) then
|
||||
cp pair_edip.cpp ..
|
||||
cp pair_gauss_cut.cpp ..
|
||||
cp pair_lj_sf.cpp ..
|
||||
cp pair_tersoff_table.cpp ..
|
||||
|
||||
cp angle_cosine_shift.h ..
|
||||
cp angle_cosine_shift_exp.h ..
|
||||
@ -39,6 +40,7 @@ if (test $1 = 1) then
|
||||
cp pair_edip.h ..
|
||||
cp pair_gauss_cut.h ..
|
||||
cp pair_lj_sf.h ..
|
||||
cp pair_tersoff_table.h ..
|
||||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
@ -60,6 +62,7 @@ elif (test $1 = 0) then
|
||||
rm -f ../pair_edip.cpp
|
||||
rm -f ../pair_gauss_cut.cpp
|
||||
rm -f ../pair_lj_sf.cpp
|
||||
rm -f ../pair_tersoff_table.cpp
|
||||
|
||||
rm -f ../angle_cosine_shift.h
|
||||
rm -f ../angle_cosine_shift_exp.h
|
||||
@ -79,5 +82,6 @@ elif (test $1 = 0) then
|
||||
rm -f ../pair_edip.h
|
||||
rm -f ../pair_gauss_cut.h
|
||||
rm -f ../pair_lj_sf.h
|
||||
rm -f ../pair_tersoff_table.h
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user