Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
03ca77d7
Commit
03ca77d7
authored
Dec 07, 2015
by
thomas.forbriger
Browse files
[WP] (issue7_refrect): fix verbose output (remove newline)
parent
e088386c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/refract/sub/refract_setrefrange.f
View file @
03ca77d7
...
...
@@ -76,8 +76,7 @@ c selected range
c
if
(
verbose
)
then
print
*
,
'offset range to which amplitude scaling is referred:'
print
*
,
' '
,
plpar_avgrefxmin
,
' m to '
print
*
,
plpar_avgrefxmax
,
' m'
print
*
,
' '
,
plpar_avgrefxmin
,
' m to '
,
plpar_avgrefxmax
,
' m'
endif
endif
c
...
...
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