view Lib/fftw-3.2.1/libbench2/.svn/text-base/bench-exit.c.svn-base @ 2:c649e493c30a

Removed a redundant cout<<
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Thu, 09 Jul 2015 21:45:55 +0100
parents 25bf17994ef1
children
line wrap: on
line source
/* not worth copyrighting */
#include "bench.h"

/* default routine, can be overridden by user */
void bench_exit(int status)
{
     exit(status);
}