Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
947f3fea
Commit
947f3fea
authored
Dec 16, 2015
by
Henry Weller
Browse files
foamMonitor: change format to support old gnuplot versions
Resolves bug-report
http://openfoam.org/mantisbt/view.php?id=1952
parent
5355dbc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/foamMonitor
View file @
947f3fea
...
@@ -154,7 +154,12 @@ i=1
...
@@ -154,7 +154,12 @@ i=1
for
field
in
$KEYS
for
field
in
$KEYS
do
do
i
=
$(
expr
$i
+ 1
)
i
=
$(
expr
$i
+ 1
)
echo
"
\"
$FILE
\"
using 1:
${
i
}
with lines title
\"
$field
\"
,
\\
"
>>
$GPFILE
PLOTLINE
=
"
\"
$FILE
\"
using 1:
${
i
}
with lines title
\"
$field
\"
"
if
[[
$i
-lt
$NCOLS
]]
then
PLOTLINE
=
"
$PLOTLINE
,
\\
"
fi
echo
$PLOTLINE
>>
$GPFILE
done
done
plotFileFooter
>>
$GPFILE
plotFileFooter
>>
$GPFILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment