summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
authorRobert Massaioli <robertmassaioli@gmail.com>2013-11-30 09:47:53 +1100
committerRobert Massaioli <robertmassaioli@gmail.com>2013-11-30 09:47:53 +1100
commitff09544ffe7967cf63fc15cc8f0ff7be5c8f144b (patch)
treec61068b8b7f16115a6ccb940c372c51e18a85803 /include/ffts.h
parentea610613ef26520cde5017009f691dfd0c951952 (diff)
downloadffts-ff09544ffe7967cf63fc15cc8f0ff7be5c8f144b.zip
ffts-ff09544ffe7967cf63fc15cc8f0ff7be5c8f144b.tar.gz
Added defined constants for sign.
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ffts.h b/include/ffts.h
index a8750e0..f491b18 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -43,6 +43,9 @@ extern "C"
{
#endif /* __cplusplus */
+#define POSITIVE_SIGN 1
+#define NEGATIVE_SIGN -1
+
struct _ffts_plan_t;
typedef struct _ffts_plan_t ffts_plan_t;
OpenPOWER on IntegriCloud