Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/libbench2/after-ccopy-to.c @ 14:636c989477e7
XML changes for Public.
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Wed, 04 May 2016 11:02:59 +0100 |
parents | 25bf17994ef1 |
children |
line wrap: on
line source
/* not worth copyrighting */ #include "bench.h" /* default routine, can be overridden by user */ void after_problem_ccopy_to(bench_problem *p, bench_real *ro, bench_real *io) { UNUSED(p); UNUSED(ro); UNUSED(io); }