diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-04-22 17:15:03 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-04-22 17:15:03 +0200 |
commit | 7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4 (patch) | |
tree | 260f1776268086486b97811840cd31a8835ac366 /include/astra/Fourier.h | |
parent | 0d1a30e4a79702065e7c05333899a9654dd944d7 (diff) | |
download | astra-7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4.tar.gz astra-7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4.tar.bz2 astra-7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4.tar.xz astra-7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4.zip |
Fix build
Diffstat (limited to 'include/astra/Fourier.h')
-rw-r--r-- | include/astra/Fourier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Fourier.h b/include/astra/Fourier.h index ff26f82..68f9f38 100644 --- a/include/astra/Fourier.h +++ b/include/astra/Fourier.h @@ -76,7 +76,7 @@ namespace astra { } . */ -void cdft(int n, int isgn, float32 *a, int *ip, float32 *w); +_AstraExport void cdft(int n, int isgn, float32 *a, int *ip, float32 *w); } |