summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.c b/tests/test.c
index fd0fa15..324238c 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -59,8 +59,8 @@ main(int argc, char *argv[]) {
}
ffts_plan_t *p = ffts_init(i, sign);
if(p) {
-
- p->transform(p, input, output);
+
+ ffts_execute(p, input, output);
for(i=0;i<n;i++) printf("%d %f %f\n", i, output[2*i], output[2*i+1]);
ffts_free(p);
OpenPOWER on IntegriCloud