diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2009-10-11 21:22:05 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2009-10-11 21:22:05 +0000 |
commit | 8b5c07f8055d6888459fd662c85f706ef84e0471 (patch) | |
tree | fe8a8253e5ed9eed2ab05c1a4355e8ed7d9dd916 /src/iemmatrix_sources.c | |
parent | 91652dcae06621b96f44c2a5af9ec7456b7e4be9 (diff) |
added [mtx_spherical_radial], the radial functions of the spherical base-solutions
svn path=/trunk/externals/iem/iemmatrix/; revision=12577
Diffstat (limited to 'src/iemmatrix_sources.c')
-rw-r--r-- | src/iemmatrix_sources.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |