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
mpim-sw
libcdi
Commits
a3055d9e
Commit
a3055d9e
authored
Jul 30, 2015
by
Thomas Jahns
🤸
Browse files
Add :: to declarations.
parent
d5dc8ceb
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
interfaces/f2003/bindGen.rb
View file @
a3055d9e
...
...
@@ -678,7 +678,7 @@ def defineFunction(name, arguments, returnType)
end
formatLines
(
$definitionLines
,
1
,
'end '
+
subprogramtype
+
' '
+
name
)
formatLines
(
$definitionLines
,
0
,
''
)
formatLines
(
$declarationLines
,
1
,
'public '
+
name
)
formatLines
(
$declarationLines
,
1
,
'public
::
'
+
name
)
end
...
...
src/mo_cdi.f90
View file @
a3055d9e
This diff is collapsed.
Click to expand it.
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