Files
mlpack/fastlib/branches/fastlib-old/base/debug.c
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

12 lines
181 B
C

/**
* @file debug.c
*
* Default variable settings for debug options.
*/
#include "base/debug.h"
double verbosity_level = 0.0;
int print_got_heres = 1;
int print_warnings = 1;