Revision 0b0f2e10 gnuradio-core/src/lib/runtime/gr_complex.h
| b/gnuradio-core/src/lib/runtime/gr_complex.h | ||
|---|---|---|
| 38 | 38 |
|
| 39 | 39 |
// this doesn't really belong here, but there are worse places for it... |
| 40 | 40 |
|
| 41 |
#define ASSERT_COMPLEXES_EQUAL(expected,actual,delta) \ |
|
| 41 |
#define CPPUNIT_ASSERT_COMPLEXES_EQUAL(expected,actual,delta) \
|
|
| 42 | 42 |
CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.real(), actual.real(), delta); \ |
| 43 | 43 |
CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.imag(), actual.imag(), delta); |
| 44 | 44 |
|
Also available in: Unified diff