view Lib/fftw-3.2.1/libbench2/after-ccopy-to.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_to(bench_problem *p, bench_real *ro, bench_real *io)
{
     UNUSED(p);
     UNUSED(ro);
     UNUSED(io);
}