Commit 665bf3fd authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6870 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 2a3f4729
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Install/unInstall package files in LAMMPS

if (test $1 == 1) then
if (test $1 = 1) then

  cp fix_srd.cpp ..
  cp fix_wall_srd.cpp ..
@@ -8,7 +8,7 @@ if (test $1 == 1) then
  cp fix_srd.h ..
  cp fix_wall_srd.h ..

elif (test $1 == 0) then
elif (test $1 = 0) then

  rm -f ../fix_srd.cpp
  rm -f ../fix_wall_srd.cpp