|
From: <kin...@us...> - 2004-02-19 06:55:23
|
Update of /cvsroot/teem/teem/src/bane In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16501/bane Modified Files: trnsf.c Log Message: going crazy: replaced M_E with AIR_E and M_PI with AIR_PI, out of spite for windows Index: trnsf.c =================================================================== RCS file: /cvsroot/teem/teem/src/bane/trnsf.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** trnsf.c 7 Jan 2004 15:34:27 -0000 1.22 --- trnsf.c 19 Feb 2004 06:45:11 -0000 1.23 *************** *** 221,225 **** the previous version of the code had a bug caused by mindless transcription of the erroneous equation 5.8 */ ! *sP = 2*maxg/(sqrt(M_E)*(maxh - minh)); return 0; --- 221,225 ---- the previous version of the code had a bug caused by mindless transcription of the erroneous equation 5.8 */ ! *sP = 2*maxg/(sqrt(AIR_E)*(maxh - minh)); return 0; |