Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
db495042
Commit
db495042
authored
Apr 15, 2021
by
Andreas Marek
Browse files
Line break for printing the program name in test.F90
This solves issue
#18
parent
594814b8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
db495042
...
...
@@ -245,7 +245,8 @@ program test
endif
if
(
myid
==
0
)
then
print
'((a,i0))'
,
'Program '
//
TEST_CASE
print
'((a,i0))'
,
'Program '
&
//
TEST_CASE
print
*
,
""
endif
...
...
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