116 "usage: cxxfftwtest [-n n] [-m f]" "\n" 117 " or: cxxfftwtest --help|-h" "\n" 124 "-n n set number of samples to n\n" 125 "-m f set frequency to f\n" 129 using namespace tfxx::cmdline;
130 static Declare options[]=
137 {
"DEBUG",arg_no,
"-"},
148 cerr << usage_text << endl;
153 Commandline cmdline(iargc, argv, options);
156 if (cmdline.optset(0))
158 cerr << usage_text << endl;
159 cerr << help_text << endl;
165 opt.
debug=cmdline.optset(2);
166 opt.
n=cmdline.int_arg(3);
167 opt.
m=cmdline.int_arg(4);
172 process(opt.n, opt.m, opt.verbose, opt.debug);
#define FOURIER_assert(C, M)
Check an assertion and report by throwing an exception.
#define CXXFFTWTEST_VERSION
void process(int n, int m, const bool &verbose, const bool &debug)