Files
obitools3/python/obitools3/libalign/_assemble.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
232 B
Cython
Executable File

#cython: language_level=3
from ._nws cimport *
cdef class DirectAssemble(NWS):
cdef double ysmax
cdef int ymax
cdef double doAlignment(self) except? 0
cdef class ReverseAssemble(DirectAssemble):
pass