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

This commit is contained in:
sjplimp 2010-10-18 15:47:52 +00:00
parent 39efc7e491
commit ef4931ac75
1 changed files with 0 additions and 8 deletions

View File

@ -3,21 +3,13 @@
if (test $1 == 1) then
cp fix_srd.cpp ..
cp fix_srd2.cpp ..
cp fix_wall_srd.cpp ..
cp fix_srd.h ..
cp fix_srd2.h ..
cp fix_wall_srd.h ..
elif (test $1 == 0) then
rm ../fix_srd.cpp
rm ../fix_srd2.cpp
rm ../fix_wall_srd.cpp
rm ../fix_srd.h
rm ../fix_srd2.h
rm ../fix_wall_srd.h
fi