@ -3,4 +3,6 @@
#ifndef NOTRACE
#define TRACE(x) std::cout << x << " " << __PRETTY_FUNCTION__ << \
" @ " << __FILE__ << " : " << __LINE__ << std::endl
#else
#define TRACE(x) ""
#endif