mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: hotBoxes: shell script syntax error
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# ========= | #
|
# ========= | #
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox #
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox #
|
||||||
# \\ / O peration | Version: dev #
|
# \\ / O peration | Version: dev #
|
||||||
# \\ / A nd | Web: www.OpenFOAM.com #
|
# \\ / A nd | Web: www.OpenFOAM.org #
|
||||||
# \\/ M anipulation | #
|
# \\/ M anipulation | #
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
@ -71,7 +71,7 @@ for xi in $(seq 1 1 $nx); do
|
|||||||
echo "processing cube $n"
|
echo "processing cube $n"
|
||||||
|
|
||||||
pad=""
|
pad=""
|
||||||
if [ $n -lt 10]; then
|
if [ $n -lt 10 ]; then
|
||||||
pad="0"
|
pad="0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user