From 8b5c07f8055d6888459fd662c85f706ef84e0471 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Sun, 11 Oct 2009 21:22:05 +0000 Subject: added [mtx_spherical_radial], the radial functions of the spherical base-solutions svn path=/trunk/externals/iem/iemmatrix/; revision=12577 --- src/iemmatrix_sources.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iemmatrix_sources.c') diff --git a/src/iemmatrix_sources.c b/src/iemmatrix_sources.c index a246ec1..5e05345 100644 --- a/src/iemmatrix_sources.c +++ b/src/iemmatrix_sources.c @@ -86,6 +86,7 @@ void iemmatrix_sources_setup(void) iemtx_sndfileread_setup(); /* mtx_sndfileread.c */ iemtx_sort_setup(); /* mtx_sort.c */ iemtx_spherical_harmonics_setup(); /* mtx_spherical_harmonics.c */ + iemtx_spherical_radial_setup(); /* mtx_spherical_radial.c */ iemtx_sub_setup(); /* mtx_sub.c */ iemtx_sum_setup(); /* mtx_sum.c */ iemtx_svd_setup(); /* mtx_svd.c */ -- cgit v1.2.1