diff options
Diffstat (limited to 'gr-blocks/lib/qa_rotator.cc')
-rw-r--r-- | gr-blocks/lib/qa_rotator.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-blocks/lib/qa_rotator.cc b/gr-blocks/lib/qa_rotator.cc index ae5a135de9..0e567aec8f 100644 --- a/gr-blocks/lib/qa_rotator.cc +++ b/gr-blocks/lib/qa_rotator.cc @@ -65,7 +65,6 @@ BOOST_AUTO_TEST_CASE(t1) #endif BOOST_CHECK(std::abs(expected - actual) <= 0.0001); - //CPPUNIT_ASSERT_COMPLEXES_EQUAL(expected, actual, 0.0001); phase += phase_incr; if(phase >= 2*M_PI) @@ -106,7 +105,6 @@ BOOST_AUTO_TEST_CASE(t2) #endif BOOST_CHECK(std::abs(expected - actual) <= 0.0001); - //CPPUNIT_ASSERT_COMPLEXES_EQUAL(expected, actual, 0.0001); phase += phase_incr; if(phase >= 2*M_PI) |