forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7889 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dfc2a9301a
commit
986a987de8
|
@ -4,12 +4,12 @@ if (test $1 = 1) then
|
|||
|
||||
cp -p ewald_n.cpp ..
|
||||
cp -p pair_buck_coul.cpp ..
|
||||
//cp -p pair_lj_dipole.cpp ..
|
||||
#cp -p pair_lj_dipole.cpp ..
|
||||
cp -p pair_lj_coul.cpp ..
|
||||
|
||||
cp -p ewald_n.h ..
|
||||
cp -p pair_buck_coul.h ..
|
||||
//cp -p pair_lj_dipole.h ..
|
||||
#cp -p pair_lj_dipole.h ..
|
||||
cp -p pair_lj_coul.h ..
|
||||
|
||||
cp -p math_vector.h ..
|
||||
|
@ -19,12 +19,12 @@ elif (test $1 = 0) then
|
|||
|
||||
rm -f ../ewald_n.cpp
|
||||
rm -f ../pair_buck_coul.cpp
|
||||
//rm -f ../pair_lj_dipole.cpp
|
||||
#rm -f ../pair_lj_dipole.cpp
|
||||
rm -f ../pair_lj_coul.cpp
|
||||
|
||||
rm -f ../ewald_n.h
|
||||
rm -f ../pair_buck_coul.h
|
||||
//rm -f ../pair_lj_dipole.h
|
||||
#rm -f ../pair_lj_dipole.h
|
||||
rm -f ../pair_lj_coul.h
|
||||
|
||||
rm -f ../math_vector.h
|
||||
|
|
Loading…
Reference in New Issue