Skip to content

Commit 92a18dd

Browse files
committed
Change the cvode wrapper to reflect changes made in Cython > 28 whereby files 'source.pxd' are not automatically included in the 'source.pyx' file
1 parent 472ffed commit 92a18dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fidimag/common/sundials/cvode.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ np.import_array() # don't remove or you'll segfault
66
from libc.string cimport memcpy
77
import sys
88

9+
from cvodedecs cimport *
10+
911
cdef extern from "../../atomistic/lib/clib.h":
1012
void normalise(double * m, int nxyz)
1113

0 commit comments

Comments
 (0)