Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
7639668f
Commit
7639668f
authored
Apr 19, 2017
by
thomas.forbriger
Browse files
ts/plot/damplo [FIX]: fix scaling label
parent
472c44fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/plot/damplo.f
View file @
7639668f
...
...
@@ -144,8 +144,8 @@ c go
energy
(
itrace
)
=
energy
(
itrace
)
*
roffset
(
itrace
)
**
sfact
maxen
=
max
(
maxen
,
energy
(
itrace
))
enddo
write
(
facstring
,
'(a,f5.3,a)'
)
'scaling with factor
r
\u'
,
&
sfact
,
'\d
/1m
'
write
(
facstring
,
'(a,f5.3,a)'
)
'scaling with factor
(r/1m)
\u'
,
&
sfact
,
'\d'
elseif
(
escale
)
then
maxen
=
0.
do
itrace
=
1
,
ntraces
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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