Skip to content
Snippets Groups Projects
Commit 0b7b383c authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Ensure kind type is always emitted correctly for mo_cdi.

* len is default spec for CHARACTER.
parent 8493d1a0
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ def genInterface(cFuncname, returnType, returnPointer, paramList)
end
typeinfo = [value,intent,dimension].select {|s| ! s.nil?}.join(',')
out << " #{ftype}(#{paramType}), #{typeinfo} :: #{param}\n "
out << " #{ftype}(kind=#{paramType}), #{typeinfo} :: #{param}\n "
}
out <<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment