Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/libbench2/after-rcopy-to.c @ 13:a64055168b9b
Added XML Support
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Fri, 05 Feb 2016 19:21:42 +0000 |
parents | 25bf17994ef1 |
children |
line wrap: on
line source
/* not worth copyrighting */ #include "bench.h" /* default routine, can be overridden by user */ void after_problem_rcopy_to(bench_problem *p, bench_real *ro) { UNUSED(p); UNUSED(ro); }