Skip to content
Snippets Groups Projects
Commit 5949dcac authored by mattijs's avatar mattijs
Browse files

BUG: hotBoxes: shell script syntax error

parent d77f54ab
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
# ========= | #
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox #
# \\ / O peration | Version: dev #
# \\ / A nd | Web: www.OpenFOAM.com #
# \\ / A nd | Web: www.OpenFOAM.org #
# \\/ M anipulation | #
#-----------------------------------------------------------------------------#
cd ${0%/*} || exit 1 # Run from this directory
......@@ -71,7 +71,7 @@ for xi in $(seq 1 1 $nx); do
echo "processing cube $n"
pad=""
if [ $n -lt 10]; then
if [ $n -lt 10 ]; then
pad="0"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment