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

Improve behavior of %constant #146

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

This makes the behavior of %constant more automatic and predictable, as well as making const global data behavior consistent with main SWIG codes.