27 #define DEBUG_TRACE(__x) {std::cout << __x << std::endl;}
29 { if (false == (__x))\
30 { std::ostringstream __ss; \
31 __ss << "assert in file " << __FILE__ << " at line " << __LINE__;\
35 #define ASSERT_EQUAL(__x, __y) ASSERT(fabs((__x) - (__y)) < 1e-15)
37 #define DEBUG_TRACE(__x)
39 #define ASSERT_EQUAL(__x, __y)