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