comparison src/fftw-3.3.3/libbench2/after-rcopy-from.c @ 10:37bf6b4a2645

Add FFTW3
author Chris Cannam
date Wed, 20 Mar 2013 15:35:50 +0000
parents
children
comparison
equal deleted inserted replaced
9:c0fb53affa76 10:37bf6b4a2645
1 /* not worth copyrighting */
2 #include "bench.h"
3
4 /* default routine, can be overridden by user */
5 void after_problem_rcopy_from(bench_problem *p, bench_real *ri)
6 {
7 UNUSED(p);
8 UNUSED(ri);
9 }