view Lib/fftw-3.2.1/libbench2/after-rcopy-to.c @ 12:761289a660c6

Fixed Spectral Contrast and Periodicity
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Mon, 17 Aug 2015 19:16:33 +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_rcopy_to(bench_problem *p, bench_real *ro)
{
     UNUSED(p);
     UNUSED(ro);
}