lasp/lasp/config.pxi.in

11 lines
230 B
Cython
Raw Normal View History

2018-01-29 15:14:50 +00:00
import numpy as np
2019-12-08 13:19:10 +00:00
cimport numpy as cnp
2018-01-29 15:14:50 +00:00
# Do this, our segfaults will be your destination
cnp.import_array()
DEF LASP_DOUBLE_PRECISION = "@LASP_DOUBLE_PRECISION@"
DEF LASP_DEBUG_CYTHON = "@LASP_DEBUG@"
2018-01-29 15:14:50 +00:00
2019-12-08 13:19:10 +00:00
from libcpp cimport bool