Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/libbench2/.svn/text-base/after-rcopy-to.c.svn-base @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
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); }