aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/receiver_impl.cc
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-12-02 19:05:36 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-12-02 19:05:36 +0100
commitd57745d31f061133700b4e706bcefc1893125e5d (patch)
treeb5a201c96798da688c78550da6c70b80f6297a5a /lib/receiver/receiver_impl.cc
parent529895b14c686e8ffd41c9ff37f4762c611ffd20 (diff)
Removed assert.h as it caused more problems than it was worth. Fixes #7
Diffstat (limited to 'lib/receiver/receiver_impl.cc')
-rw-r--r--lib/receiver/receiver_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/receiver/receiver_impl.cc b/lib/receiver/receiver_impl.cc
index 42592c4..08d8a07 100644
--- a/lib/receiver/receiver_impl.cc
+++ b/lib/receiver/receiver_impl.cc
@@ -38,7 +38,6 @@
#include <sch.h>
#include <iostream>
#include <iomanip>
-#include <assert.h>
#include <boost/scoped_ptr.hpp>
//files included for debuging
@@ -258,7 +257,7 @@ receiver_impl::work(int noutput_items,
d_state = fcch_search;
pmt::pmt_t msg = pmt::make_tuple(pmt::mp("freq_offset"),pmt::from_double(0.0),pmt::mp("sync_loss"));
message_port_pub(pmt::mp("measurements"), msg);
- DCOUT("Re-Synchronization!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ //DCOUT("Re-Synchronization!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
}
}
break;