Little fix on Jacobi() function

This commit is contained in:
Paolo Cignoni 2004-10-15 14:17:53 +00:00
parent 02a8247d44
commit d403de71f8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace vcg
JacobiRotate<TYPE>(w,s,tau,ip,j,iq,j); JacobiRotate<TYPE>(w,s,tau,ip,j,iq,j);
} }
for (j=0;j<4;j++) { for (j=0;j<4;j++) {
JacobiRotate<TYPE>(w,s,tau,j,ip,j,iq); JacobiRotate<TYPE>(v,s,tau,j,ip,j,iq);
} }
++nrot; ++nrot;
} }