|
From: <kin...@us...> - 2004-03-05 00:11:03
|
Update of /cvsroot/teem/teem/src/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20107/bin Modified Files: ilk.c Log Message: propogated change in ell from column-major to row-major Index: ilk.c =================================================================== RCS file: /cvsroot/teem/teem/src/bin/ilk.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ilk.c 7 Jan 2004 15:34:28 -0000 1.9 --- ilk.c 4 Mar 2004 23:57:22 -0000 1.10 *************** *** 71,75 **** "\b\bo \"flip:ang\": flip along axis an angle <ang> degrees from " "the X axis\n " ! "\b\bo \"a,b,c,d,tx,ty\": specify the transform explicitly ", &matListLen, NULL, mossHestTransform); hestOptAdd(&hopt, "k", "kernel", airTypeOther, 1, 1, &ksp, --- 71,76 ---- "\b\bo \"flip:ang\": flip along axis an angle <ang> degrees from " "the X axis\n " ! "\b\bo \"a,b,tx,c,d,ty\": specify the transform explicitly " ! "in row-major order (opposite of PostScript) ", &matListLen, NULL, mossHestTransform); hestOptAdd(&hopt, "k", "kernel", airTypeOther, 1, 1, &ksp, |