release on 2014-07-17_11-24-52

This commit is contained in:
goniva
2014-07-17 11:24:53 +02:00
parent 8409a90179
commit b0c9a14b8d
16 changed files with 243 additions and 24 deletions

View File

@ -10,7 +10,7 @@
casePath="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
# check if mesh was built
if [ -d "$casePath/CFD/constant/polyMesh/boundary" ]; then
if [ -f "$casePath/CFD/constant/polyMesh/points" ]; then
echo "mesh was built before - using old mesh"
else
echo "mesh needs to be built"