Updates
This commit is contained in:
10
fftw-3.3.10/libbench2/after-hccopy-to.c
Normal file
10
fftw-3.3.10/libbench2/after-hccopy-to.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* not worth copyrighting */
|
||||
#include "libbench2/bench.h"
|
||||
|
||||
/* default routine, can be overridden by user */
|
||||
void after_problem_hccopy_to(bench_problem *p, bench_real *ro, bench_real *io)
|
||||
{
|
||||
UNUSED(p);
|
||||
UNUSED(ro);
|
||||
UNUSED(io);
|
||||
}
|
||||
Reference in New Issue
Block a user