mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
undo debugging change
This commit is contained in:
parent
59596efdf7
commit
13a5582835
@ -172,8 +172,7 @@ static void verify_impl(bool condition, const char *testname, const char *file,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define VERIFY(a) assert(a)
|
#define VERIFY(a) verify_impl(a, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_PP_MAKE_STRING(a))
|
||||||
//#define VERIFY(a) verify_impl(a, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_PP_MAKE_STRING(a))
|
|
||||||
|
|
||||||
#define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b))
|
#define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b))
|
||||||
#define VERIFY_IS_APPROX(a, b) VERIFY(test_isApprox(a, b))
|
#define VERIFY_IS_APPROX(a, b) VERIFY(test_isApprox(a, b))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user