|
From: <kin...@us...> - 2004-02-19 06:55:24
|
Update of /cvsroot/teem/teem/src/ell/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16501/ell/test Modified Files: tq.c Log Message: going crazy: replaced M_E with AIR_E and M_PI with AIR_PI, out of spite for windows Index: tq.c =================================================================== RCS file: /cvsroot/teem/teem/src/ell/test/tq.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tq.c 7 Jan 2004 15:34:29 -0000 1.4 --- tq.c 19 Feb 2004 06:45:12 -0000 1.5 *************** *** 47,51 **** ELL_3V_SET(axisA_f, 2*airRand()-1, 2*airRand()-1, 2*airRand()-1); ELL_3V_NORM(axisA_f, axisA_f, tmp); /* yea, not uniform, so what */ ! angleA_f = M_PI*(2*airRand()-1); ell_aa_to_q_f(qA_f, angleA_f, axisA_f); --- 47,51 ---- ELL_3V_SET(axisA_f, 2*airRand()-1, 2*airRand()-1, 2*airRand()-1); ELL_3V_NORM(axisA_f, axisA_f, tmp); /* yea, not uniform, so what */ ! angleA_f = AIR_PI*(2*airRand()-1); ell_aa_to_q_f(qA_f, angleA_f, axisA_f); |