Refactor project structure

This commit is contained in:
2022-12-13 10:15:31 +01:00
parent e18d44133a
commit f6fdc96c6d
30 changed files with 9 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
from libcpp.vector cimport vector
from libcpp cimport bool
cdef extern from "cppmdlp/CPPFImdlp.h" namespace "mdlp":
cdef extern from "../cppmdlp/CPPFImdlp.h" namespace "mdlp":
ctypedef float precision_t
cdef cppclass CPPFImdlp:
CPPFImdlp(bool) except +