hickup in dirs in last commit

This commit is contained in:
Martin Diehl 2016-03-05 22:31:33 +01:00
parent 3d6a034c9e
commit f276c61c33
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ if [ ! -d build ]; then
mkdir build mkdir build
fi fi
cd build cd build
if [ -d build_FEM ] ; then if [ -d FEM ] ; then
rm -rf FEM rm -rf FEM
fi fi
mkdir FEM mkdir FEM
@ -41,6 +41,6 @@ cmake -D PETSC_DIR=${PETSC_DIR} \
echo echo
echo "Please move to the build directory using" echo "Please move to the build directory using"
echo " cd build/build_spectral" echo " cd build/FEM"
echo "Using the following command to build DAMASK spectral solver" echo "Using the following command to build DAMASK spectral solver"
echo " make clean all install" echo " make clean all install"

View File

@ -15,11 +15,11 @@ if [ ! -d build ]; then
mkdir build mkdir build
fi fi
cd build cd build
if [ -d build ] ; then if [ -d spectral ] ; then
rm -rf build rm -rf spectral
fi fi
mkdir build mkdir spectral
cd build cd spectral
## ##
# CMake call # CMake call