summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-12-01 20:49:58 -0800
committerAnthony Blake <anthonix@me.com>2013-12-01 20:49:58 -0800
commit537b2d963f194f44469ac7dac355364e6a5300b0 (patch)
treec61068b8b7f16115a6ccb940c372c51e18a85803
parentea610613ef26520cde5017009f691dfd0c951952 (diff)
parentff09544ffe7967cf63fc15cc8f0ff7be5c8f144b (diff)
downloadffts-537b2d963f194f44469ac7dac355364e6a5300b0.zip
ffts-537b2d963f194f44469ac7dac355364e6a5300b0.tar.gz
Merge pull request #16 from robertmassaioli/sign-define
Added defined constants for sign.
-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