From ff09544ffe7967cf63fc15cc8f0ff7be5c8f144b Mon Sep 17 00:00:00 2001 From: Robert Massaioli Date: Sat, 30 Nov 2013 09:47:53 +1100 Subject: Added defined constants for sign. --- include/ffts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ffts.h') 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; -- cgit v1.1