Files
obitools3/python/obitools3/libalign/_freeendgap.pxd
Celine Mercier 75a28929a7 Renamed Cython alignment library in an attempt to limit some compilation
bugs potentially involving name conflicts
2018-11-07 16:03:32 +01:00

12 lines
177 B
Cython
Executable File

#cython: language_level=3
from ._nws cimport *
cdef class FreeEndGap(NWS):
cdef double xsmax
cdef int xmax
cdef double doAlignment(self) except? 0