swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Fix argout code generation #134

Closed sethrj closed 5 years ago

sethrj commented 5 years ago

When the input parameter was ignored with numinputs=0, the argout code wouldn't be added to the wrapper.