Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/libbench2/after-ccopy-from.c @ 11:be889912d38e
Updates feature name index
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Fri, 14 Aug 2015 18:33:45 +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_from(bench_problem *p, bench_real *ri, bench_real *ii) { UNUSED(p); UNUSED(ri); UNUSED(ii); }