fix cython import

pull/134/head
Tobias Oberstein 2023-12-15 14:26:19 +01:00 committed by Thorsten Liebig
parent 71dde7ea49
commit bf30b7d94a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from libcpp.string cimport string
from libcpp.vector cimport vector
from libcpp.complex cimport complex
from libcpp cimport bool
cimport cython.numeric
cimport cython
cdef extern from "openEMS/nf2ff.h":
cdef cppclass cpp_nf2ff "nf2ff":