diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2009-06-09 20:04:03 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2009-06-09 20:04:03 +0000 |
commit | 8e1cc253f0fd94d792f6bef9f0ac83cb2f41ffac (patch) | |
tree | d3579b1f189fb8f9141b15e23f29a6e178846cb1 /src | |
parent | 678b221a9b3323cc66e13b31ae1f53fa1138f32f (diff) |
removed an annoying comment from [mtx_spherical_harmonics].
svn path=/trunk/externals/iem/iemmatrix/; revision=11728
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_spherical_harmonics.c | 1 |
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; |