15 #ifndef CORE_UTIL_DEBUG_H_
16 #define CORE_UTIL_DEBUG_H_
27 std::cout << name <<
" = " << t << std::endl;
34 #define BDM_PRINT_DEBUG(arg) debug_print(#arg, arg);
37 std::cout << std::setprecision(precision) << a[0] <<
", " << a[1] <<
", "
void debug_print(const std::string &name, T t)
void Print(const bdm::Real3 &a, int precision=10)