[Bf-committers] Re: Joseph Gilbert - please check your commit - urgent

Tom M letterrip at gmail.com
Sat May 21 20:25:00 CEST 2005


Just checked matrix.c, it looks like what happened is that you
encapsulated Matrix_Determinant into its own function and used det as
an internal variable, unfortunately,  Matrix.invert needs to know the
value of det (and because it isn't being returned, is always 0).  Easy
to fix by say passing det as a float pointer, but perhaps there is a
better way.

LetterRip


More information about the Bf-committers mailing list