mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -155,7 +155,7 @@ for field in $KEYS
|
||||
do
|
||||
i=$(expr $i + 1)
|
||||
PLOTLINE="\"$FILE\" using 1:${i} with lines title \"$field\""
|
||||
if [[ $i -lt $NCOLS ]]
|
||||
if [ $i -lt $NCOLS ]
|
||||
then
|
||||
PLOTLINE="$PLOTLINE, \\"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user