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

This commit is contained in:
sjplimp 2013-05-14 16:34:16 +00:00
parent 860009b734
commit 65f2b0ed76
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,9 @@ if (test $1 = 1) then
if (test -e fix_imd.h) then
cd USER-MISC; /bin/sh Install.sh 1; cd ..
fi
if (test -e thr_omp.h) then
cd USER-OMP; /bin/sh Install.sh 1; cd ..
fi
elif (test $1 = 0) then
@ -44,5 +47,8 @@ elif (test $1 = 0) then
if (test -e fix_imd.h) then
cd USER-MISC; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd ..
fi
if (test -e thr_omp.h) then
cd USER-OMP; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd ..
fi
fi