From 7b57bd2ad91ccd7b8faff015adf1cbe87ddff3ea Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Mar 2008 13:42:04 +0100 Subject: [PATCH] * Prefix all algorithm parameters with PARAM_ so we can still use variable names such as 'n'. --- FFT.h | 14 ++++++++------ FFT.mc | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/FFT.h b/FFT.h index 07f3948..0b51d26 100644 --- a/FFT.h +++ b/FFT.h @@ -5,21 +5,23 @@ #define BIT_SIZE 3 #define SIZE (1<