annotate src/fftw-3.3.8/libbench2/after-rcopy-to.c @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents bd3cc4d1df30
children
rev   line source
cannam@167 1 /* not worth copyrighting */
cannam@167 2 #include "libbench2/bench.h"
cannam@167 3
cannam@167 4 /* default routine, can be overridden by user */
cannam@167 5 void after_problem_rcopy_to(bench_problem *p, bench_real *ro)
cannam@167 6 {
cannam@167 7 UNUSED(p);
cannam@167 8 UNUSED(ro);
cannam@167 9 }