Fix MaterialInterpolator memory issue

This commit is contained in:
Kristian Arjas 2021-10-26 15:10:25 +03:00 committed by Marek Nečada
parent 24a6ea01d7
commit 77a3566aba
1 changed files with 1 additions and 1 deletions

View File

@ -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