mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
foamMonitor: fixed bug in test syntax
This commit is contained in:
@ -155,7 +155,7 @@ for field in $KEYS
|
|||||||
do
|
do
|
||||||
i=$(expr $i + 1)
|
i=$(expr $i + 1)
|
||||||
PLOTLINE="\"$FILE\" using 1:${i} with lines title \"$field\""
|
PLOTLINE="\"$FILE\" using 1:${i} with lines title \"$field\""
|
||||||
if [[ $i -lt $NCOLS ]]
|
if [ $i -lt $NCOLS ]
|
||||||
then
|
then
|
||||||
PLOTLINE="$PLOTLINE, \\"
|
PLOTLINE="$PLOTLINE, \\"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user