view Lib/fftw-3.2.1/libbench2/after-rcopy-from.c @ 3:005e311b5e62

Fixed memory leak. :) Need to fix Debug FFTW now though.
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 10 Jul 2015 00:33:15 +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_from(bench_problem *p, bench_real *ri)
{
     UNUSED(p);
     UNUSED(ri);
}