From d403de71f8e0d1ccf3d4766bd869556be2461d0b Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 15 Oct 2004 14:17:53 +0000 Subject: [PATCH] Little fix on Jacobi() function --- vcg/math/lin_algebra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/lin_algebra.h b/vcg/math/lin_algebra.h index 0f9c8422..bd301f7b 100644 --- a/vcg/math/lin_algebra.h +++ b/vcg/math/lin_algebra.h @@ -82,7 +82,7 @@ namespace vcg JacobiRotate(w,s,tau,ip,j,iq,j); } for (j=0;j<4;j++) { - JacobiRotate(w,s,tau,j,ip,j,iq); + JacobiRotate(v,s,tau,j,ip,j,iq); } ++nrot; }