Open alxbilger opened 1 day ago
m_matOfCoeffs must be computed before apply is called. That is why I swapped Inherit1::init() and reinit()
m_matOfCoeffs
apply
Inherit1::init()
reinit()
m_matOfCoeffs
must be computed beforeapply
is called. That is why I swappedInherit1::init()
andreinit()