|
From: <kin...@us...> - 2004-03-01 10:30:42
|
Update of /cvsroot/teem/teem/src/gage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1922/gage Modified Files: sclanswer.c Log Message: ell's storage of matrices is now row-major instead of column major. Debugging in progress Index: sclanswer.c =================================================================== RCS file: /cvsroot/teem/teem/src/gage/sclanswer.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** sclanswer.c 28 Feb 2004 17:01:53 -0000 1.19 --- sclanswer.c 1 Mar 2004 10:19:45 -0000 1.20 *************** *** 119,123 **** ELL_3M_SCALE(sHess, -(ctx->parm.curvNormalSide)/gmag, hess); ! /* san->gten = nPerp * sHess * nPerp */ ELL_3M_MUL(tmpMat, sHess, nPerp); ELL_3M_MUL(gten, nPerp, tmpMat); --- 119,123 ---- ELL_3M_SCALE(sHess, -(ctx->parm.curvNormalSide)/gmag, hess); ! /* gten = nPerp * sHess * nPerp */ ELL_3M_MUL(tmpMat, sHess, nPerp); ELL_3M_MUL(gten, nPerp, tmpMat); |