git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6797 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -2,14 +2,30 @@
|
||||
|
||||
if (test $1 = 1) then
|
||||
|
||||
cp fix_bond_break.cpp ..
|
||||
cp fix_bond_create.cpp ..
|
||||
cp fix_bond_swap.cpp ..
|
||||
cp fix_gcmc.cpp ..
|
||||
cp pair_dsmc.cpp ..
|
||||
|
||||
cp fix_bond_break.h ..
|
||||
cp fix_bond_create.h ..
|
||||
cp fix_bond_swap.h ..
|
||||
cp fix_gcmc.h ..
|
||||
cp pair_dsmc.h ..
|
||||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm -f ../fix_bond_break.cpp
|
||||
rm -f ../fix_bond_create.cpp
|
||||
rm -f ../fix_bond_swap.cpp
|
||||
rm -f ../fix_gcmc.cpp
|
||||
rm -f ../pair_dsmc.cpp
|
||||
|
||||
rm -f ../fix_bond_break.h
|
||||
rm -f ../fix_bond_create.h
|
||||
rm -f ../fix_bond_swap.h
|
||||
rm -f ../fix_gcmc.h
|
||||
rm -f ../pair_dsmc.h
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user