|
From: <kin...@us...> - 2003-12-18 01:02:16
|
Update of /cvsroot/teem/teem/src/gage
In directory sc8-pr-cvs1:/tmp/cvs-serv30105/gage
Modified Files:
vecGage.c
Log Message:
renamed macros ELL_{3,4}M_TRAN* to ELL_{3,4}M_TRANSPOSE*, added ELL_3M_{SCALE,ROTATE{X,Y,Z}}
Index: vecGage.c
===================================================================
RCS file: /cvsroot/teem/teem/src/gage/vecGage.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** vecGage.c 26 Aug 2003 21:36:06 -0000 1.11
--- vecGage.c 18 Dec 2003 01:02:13 -0000 1.12
***************
*** 174,178 ****
derivatives of the X component; this should be the 1st row, and
likewise for the 2nd and 3rd column/rows. */
! ELL_3M_TRAN_IP(jac, tmp);
}
--- 174,178 ----
derivatives of the X component; this should be the 1st row, and
likewise for the 2nd and 3rd column/rows. */
! ELL_3M_TRANSPOSE_IP(jac, tmp);
}
|