1
0
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:
q-posev 2022-05-04 17:32:43 +02:00
parent 0e3c325cce
commit 6b81f7965c

View File

@ -46,7 +46,7 @@ import_array();
%numpy_typemaps(int64_t, NPY_INT64, int64_t)
/* 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 */
%include "exception.i"