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
fc80e1d0
Commit
fc80e1d0
authored
Aug 15, 2014
by
Thomas Jahns
🤸
Browse files
Fix parsing of argument names starting with underscore for mo_cdi.
parent
17ce3d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/f2003/bindGen.rb
View file @
fc80e1d0
...
...
@@ -185,6 +185,9 @@ def setFortranParams(paramswithtypes,fFuncname)
# but maybe the result is the name of another parameter. -> play it again sam...
param
+=
FParamExtension
while
(
originalParameters
.
include?
(
param
)
)
end
if
param
[
0
,
1
]
==
'_'
param
=
'p'
+
param
end
[
param
,
paramCType
,
fType
,
isPointer
,
isArray
,
arraySize
,
isConstant
]
}
...
...
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