mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01:00
Fix naming issue
This commit is contained in:
parent
0e3c325cce
commit
6b81f7965c
@ -46,7 +46,7 @@ import_array();
|
|||||||
%numpy_typemaps(int64_t, NPY_INT64, int64_t)
|
%numpy_typemaps(int64_t, NPY_INT64, int64_t)
|
||||||
|
|
||||||
/* Include typemaps generated by the process_header.py script */
|
/* Include typemaps generated by the process_header.py script */
|
||||||
%include "pyqmckl_include.i"
|
%include "qmckl_include.i"
|
||||||
|
|
||||||
/* exception.i is a generic (language-independent) module */
|
/* exception.i is a generic (language-independent) module */
|
||||||
%include "exception.i"
|
%include "exception.i"
|
||||||
|
Loading…
Reference in New Issue
Block a user