-
- Downloads
Fix import_array() call when exporting numpy functionality
import_array() must be called when the numpy C-API is called. This is a macro that in our case defined a return value that makes the compiler complain. The added #define statement enforces no return value
Showing
- modules/gfx/pymod/export_primlist.cc 2 additions, 0 deletionsmodules/gfx/pymod/export_primlist.cc
- modules/mol/base/pymod/export_editors.cc 2 additions, 0 deletionsmodules/mol/base/pymod/export_editors.cc
- modules/mol/base/pymod/export_entity.cc 2 additions, 0 deletionsmodules/mol/base/pymod/export_entity.cc
Please register or sign in to comment