Fix MaterialInterpolator memory issue
This commit is contained in:
parent
24a6ea01d7
commit
77a3566aba
|
@ -18,7 +18,7 @@ cdef class MaterialInterpolator:
|
|||
cdef readonly double omegamin
|
||||
cdef readonly double omegamax
|
||||
cdef inline void *rawpointer(self):
|
||||
return <void *>&(self.interp)
|
||||
return <void *>(self.interp)
|
||||
|
||||
cdef class EpsMu:
|
||||
cdef public qpms_epsmu_t em
|
||||
|
|
Loading…
Reference in New Issue