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

This commit is contained in:
sjplimp 2013-05-19 05:17:07 +00:00
parent 471694a7e7
commit ab502fda59
1 changed files with 6 additions and 6 deletions

View File

@ -26,9 +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
# if (test -e thr_omp.h) then
# cd USER-OMP; /bin/sh Install.sh 1; cd ..
# fi
elif (test $1 = 0) then
@ -47,8 +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
# if (test -e thr_omp.h) then
# cd USER-OMP; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd ..
# fi
fi