BUG: making patchifyObstacles script POSIX compliant
This commit is contained in:
parent
6a98180e16
commit
f54ea84f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ for xi in $(seq 1 1 $nx); do
|
|||
z2=`echo $z $l $tol | awk '{print $1 + $2 + $3}'`
|
||||
addToFaceSet cube${pad}${n}_side${side} $x1 $x2 $y1 $y2 $z1 $z2
|
||||
|
||||
let n+=1
|
||||
n=$((n+1))
|
||||
|
||||
z=`echo $z $offset | awk '{print $1 + $2}'`
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue