Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
0c00f1f8
Commit
0c00f1f8
authored
Oct 31, 2017
by
Espen Sollum
Browse files
Replaced illegal return statements.
parent
273a015c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/FLEXPART.f90
View file @
0c00f1f8
...
@@ -194,7 +194,7 @@ program flexpart
...
@@ -194,7 +194,7 @@ program flexpart
print
*
,
'NCEP metdata detected'
print
*
,
'NCEP metdata detected'
else
else
print
*
,
'Unknown metdata format'
print
*
,
'Unknown metdata format'
return
stop
endif
endif
...
...
src/FLEXPART_MPI.f90
View file @
0c00f1f8
...
@@ -207,7 +207,7 @@ program flexpart
...
@@ -207,7 +207,7 @@ program flexpart
print
*
,
'NCEP metdata detected'
print
*
,
'NCEP metdata detected'
else
else
print
*
,
'Unknown metdata format'
print
*
,
'Unknown metdata format'
return
stop
endif
endif
...
...
Write
Preview
Supports
Markdown
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