Revision 0b0f2e10 gnuradio-core/src/lib/filter/qa_gr_fir_ccc.cc
| b/gnuradio-core/src/lib/filter/qa_gr_fir_ccc.cc | ||
|---|---|---|
| 148 | 148 |
// arithmetic. |
| 149 | 149 |
|
| 150 | 150 |
for (int o = 0; o < ol; o++){
|
| 151 |
ASSERT_COMPLEXES_EQUAL (expected_output[o],
|
|
| 152 |
actual_output[o], |
|
| 153 |
abs (expected_output[o]) * ERR_DELTA); |
|
| 151 |
CPPUNIT_ASSERT_COMPLEXES_EQUAL(expected_output[o],
|
|
| 152 |
actual_output[o],
|
|
| 153 |
abs (expected_output[o]) * ERR_DELTA);
|
|
| 154 | 154 |
} |
| 155 | 155 |
|
| 156 | 156 |
delete f1; |
Also available in: Unified diff