LLNL / shroud

Shroud: generate Fortran and Python wrappers for C and C++ libraries
BSD 3-Clause "New" or "Revised" License
90 stars 7 forks source link

Add support for bool class members #345

Closed ltaylor16 closed 7 months ago

ltaylor16 commented 7 months ago

This was an oversight. bool is handled differently than other native types in some cases such as int since additional conversions are needed for both Fortran and Python.

343