diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-02-18 12:58:23 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-02-18 12:58:23 +0000 |
commit | ed825623b62ec6148c5bdd58e8938c86a4baf252 (patch) | |
tree | 0453adcbab7a8030cf95c0cbc9eab89b060545cb /src/iemmatrix_sources.h | |
parent | 65183857731e29d7a0c7fdddba8205b4fc3762b6 (diff) |
fixed sources: mtx_sh now longer exists, we now have mtx_spherical_harmonics
svn path=/trunk/externals/iem/iemmatrix/; revision=10793
Diffstat (limited to 'src/iemmatrix_sources.h')
-rw-r--r-- | src/iemmatrix_sources.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index 194cc21..3ccd923 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -77,12 +77,12 @@ void iemtx_rmstodb_setup(void); /* mtx_rmstodb.c */ void iemtx_roll_setup(void); /* mtx_roll.c */ void iemtx_row_setup(void); /* mtx_row.c */ void iemtx_scroll_setup(void); /* mtx_scroll.c */ -void iemtx_sh_setup(void); /* mtx_sh.c */ void iemtx_sin_setup(void); /* mtx_sin.c */ void iemtx_size_setup(void); /* mtx_size.c */ void iemtx_slice_setup(void); /* mtx_slice.c */ void iemtx_sndfileread_setup(void); /* mtx_sndfileread.c */ void iemtx_sort_setup(void); /* mtx_sort.c */ +void iemtx_spherical_harmonics_setup(void); /* mtx_spherical_harmonics.c */ void iemtx_sub_setup(void); /* mtx_sub.c */ void iemtx_sum_setup(void); /* mtx_sum.c */ void iemtx_svd_setup(void); /* mtx_svd.c */ |