diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-07-06 10:56:15 +0000 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-07-06 10:56:15 +0000 |
commit | 41705edc6d36ad013cbcb171d53891f3c33764d8 (patch) | |
tree | c88a75ab8089720d0e354037d0585eb1d51af20a /src | |
parent | 311a633f24410ce3302526941b32639aa8869654 (diff) | |
download | libgha-master.tar.gz |
Projects which use the library may have own fft librray.
Projects may use double precision floating point numbers.
Diffstat (limited to 'src')
-rw-r--r-- | src/gha.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <include/libgha.h> -#include <kissfft/tools/kiss_fftr.h> +#include <tools/kiss_fftr.h> /* * Ref: http://www.apsipa.org/proceedings_2009/pdf/WA-L3-3.pdf |