From a811b7577b93318f34ac40c952f700a64de1509c Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Sun, 11 Oct 2009 21:27:22 +0000 Subject: removed comments svn path=/trunk/externals/iem/iemmatrix/; revision=12578 --- src/mtx_spherical_harmonics/sph_radial.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mtx_spherical_harmonics') diff --git a/src/mtx_spherical_harmonics/sph_radial.c b/src/mtx_spherical_harmonics/sph_radial.c index ec3536e..32e86bb 100644 --- a/src/mtx_spherical_harmonics/sph_radial.c +++ b/src/mtx_spherical_harmonics/sph_radial.c @@ -44,9 +44,7 @@ void sphBessel (double x, double *y, int n) { //TODO: small values! y[0] = (x=1) y[1] = -cos(x)/x + y[0]/x; - post("before %f %f %f",y[0],y[1],y[2]); radialRecurrence (x,y,n); - post("after %f %f %f",y[0],y[1],y[2]); } void sphNeumann (double x, double *y, int n) { -- cgit v1.2.1