aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2009-06-09 20:04:03 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2009-06-09 20:04:03 +0000
commit8e1cc253f0fd94d792f6bef9f0ac83cb2f41ffac (patch)
treed3579b1f189fb8f9141b15e23f29a6e178846cb1
parent678b221a9b3323cc66e13b31ae1f53fa1138f32f (diff)
removed an annoying comment from [mtx_spherical_harmonics].
svn path=/trunk/externals/iem/iemmatrix/; revision=11728
-rw-r--r--src/mtx_spherical_harmonics.c1
1 files changed, 0 insertions, 1 deletions
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;