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.h | |
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.h')
-rw-r--r-- | src/iemmatrix_sources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index cda8fc5..3e56eba 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -84,6 +84,7 @@ 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_spherical_radial_setup(void); /* mtx_spherical_radial.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 */ |