summaryrefslogtreecommitdiff
path: root/fourier.c
diff options
context:
space:
mode:
Diffstat (limited to 'fourier.c')
-rw-r--r--fourier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fourier.c b/fourier.c
index 6b0c50c..7350cab 100644
--- a/fourier.c
+++ b/fourier.c
@@ -107,7 +107,7 @@ DoFourier(void)
free(abase);
free(bbase);
- locfourierstruct->fflops = (double)(iterations * CLOCKS_PER_SEC) / (double)total_time;
+ locfourierstruct->results = (double)(iterations * CLOCKS_PER_SEC) / (double)total_time;
}
/************************