Fixed missing files
This commit is contained in:
parent
3f7da964ee
commit
5e6d69f017
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ cdef extern from "numpy/npy_common.h":
|
|||
cdef extern from "special_math.hpp" namespace "CosmoTool":
|
||||
T log_modified_bessel_first_kind[T](T v, T z) nogil except +
|
||||
|
||||
cdef extern from "numpy_adaptor.hpp" namespace "CosmoTool":
|
||||
cdef extern from "numpy_adaptors.hpp" namespace "CosmoTool":
|
||||
void parallel_ufunc_dd_d[T,IT](char **args, IT* dimensions, IT* steps, void *func)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue