aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark/fftbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/benchmark/fftbench.c')
-rw-r--r--modules/benchmark/fftbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark/fftbench.c b/modules/benchmark/fftbench.c
index a531e276..bfd42b98 100644
--- a/modules/benchmark/fftbench.c
+++ b/modules/benchmark/fftbench.c
@@ -61,7 +61,7 @@ static double random_double()
static const int N = 100;
static const int NM1 = 99; // N - 1
-static const int NP1 = 101; // N + 1
+//static const int NP1 = 101; // N + 1
static void lup_decompose(FFTBench *fftbench)
{