Mercurial > hg > sv-dependency-builds
comparison src/fftw-3.3.3/libbench2/after-ccopy-from.c @ 10:37bf6b4a2645
Add FFTW3
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 15:35:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:c0fb53affa76 | 10:37bf6b4a2645 |
---|---|
1 /* not worth copyrighting */ | |
2 #include "bench.h" | |
3 | |
4 /* default routine, can be overridden by user */ | |
5 void after_problem_ccopy_from(bench_problem *p, bench_real *ri, bench_real *ii) | |
6 { | |
7 UNUSED(p); | |
8 UNUSED(ri); | |
9 UNUSED(ii); | |
10 } |