view src/fftw-3.3.3/libbench2/after-rcopy-from.c @ 95:89f5e221ed7b

Add FFTW3
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 15:35:50 +0000
parents
children
line wrap: on
line source
/* not worth copyrighting */
#include "bench.h"

/* default routine, can be overridden by user */
void after_problem_rcopy_from(bench_problem *p, bench_real *ri)
{
     UNUSED(p);
     UNUSED(ri);
}