annotate src/fftw-3.3.8/libbench2/after-rcopy-from.c @ 84:08ae793730bd

Add null config files
author Chris Cannam
date Mon, 02 Mar 2020 14:03:47 +0000
parents d0c2a83c1364
children
rev   line source
Chris@82 1 /* not worth copyrighting */
Chris@82 2 #include "libbench2/bench.h"
Chris@82 3
Chris@82 4 /* default routine, can be overridden by user */
Chris@82 5 void after_problem_rcopy_from(bench_problem *p, bench_real *ri)
Chris@82 6 {
Chris@82 7 UNUSED(p);
Chris@82 8 UNUSED(ri);
Chris@82 9 }