Skip to content
Snippets Groups Projects
Commit c2dcd188 authored by Henry Weller's avatar Henry Weller
Browse files

Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev

parents c9adfb98 ce11c828
Branches
No related merge requests found
......@@ -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
......
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