[Bf-committers] CVS commit: blender/intern/iksolver/intern IK _JacobianSolver.cpp

Kent Mein bf-committers@blender.org
Thu, 21 Nov 2002 03:14:16 -0600


In reply to Laurence Bourn (LBourn@medis.nl):

I never responded to the question about what the heck the following did:
> >   -       TNT::SVD(m_svd_u,m_svd_w,m_svd_v);
> >   +       TNT::SVD_a(m_svd_u,m_svd_w,m_svd_v);


Basically Someone else told me to do it and it seemed to work.
And I've been busy trying to figure out what was going on.

I've got another fix for it though and I'll be committing it soon,
and reverting to the old line.

(Fix is it needs one of the following options I haven't taken the time
to figure out which one so I'm just going to add them all to the include
line for the time being.  If someone wants to clean it up feel free)
-Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls  -Wreorder -Wctor-dtor-privacy-Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wsign-promo -Wsynth

Kent
--
mein@cs.umn.edu