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

Unprivileged User bf-committers@blender.org
Tue, 19 Nov 2002 19:48:07 +0100 (CET)


nobody      2002/11/19 19:48:07 CET

  Modified files:
    blender/intern/iksolver/intern IK_JacobianSolver.cpp 
  
  Log:
  --- IK_JacobianSolver.cpp       2002/10/13 16:07:40     1.2
  +++ IK_JacobianSolver.cpp       2002/11/19 18:47:33
  @@ -134,7 +134,7 @@
          m_svd_w = 0;
          m_svd_v = 0;
  
  -       TNT::SVD(m_svd_u,m_svd_w,m_svd_v);
  +       TNT::SVD_a(m_svd_u,m_svd_w,m_svd_v);
  
          // invert the SVD and compute inverse
  
  Fix for why it wasn't building with configure
  
  Kent
  --
  mein@cs.umn.edu
  
  Revision  Changes    Path
  1.3       +2 -2      blender/intern/iksolver/intern/IK_JacobianSolver.cpp