From 8e1cc253f0fd94d792f6bef9f0ac83cb2f41ffac Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 9 Jun 2009 20:04:03 +0000 Subject: removed an annoying comment from [mtx_spherical_harmonics]. svn path=/trunk/externals/iem/iemmatrix/; revision=11728 --- src/mtx_spherical_harmonics.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mtx_spherical_harmonics.c') diff --git a/src/mtx_spherical_harmonics.c b/src/mtx_spherical_harmonics.c index 9ea0f84..b0c270a 100644 --- a/src/mtx_spherical_harmonics.c +++ b/src/mtx_spherical_harmonics.c @@ -69,7 +69,6 @@ static void *newMTXSh (t_symbol *s, int argc, t_atom *argv) x->ws = 0; x->l=0; nmax=(int) atom_getfloat(argv); - post("mtx_spherical_harmonics order %d",nmax); if (nmax<0) nmax=0; x->nmax=nmax; -- cgit v1.2.1