From ec7c514a8400baaba1bec2cec70b5f99ee252ad9 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 6 May 2015 12:40:21 +0200 Subject: [PATCH] adding missing end of line in terminal output --- src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.cc b/src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.cc index de484914a..d9d31b5d6 100644 --- a/src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.cc +++ b/src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.cc @@ -340,7 +340,7 @@ int hybrid_pvt_cc::general_work (int noutput_items, gr_vector_int &ninput_items, std::cout << "Dilution of Precision at " << boost::posix_time::to_simple_string(d_ls_pvt->d_position_UTC_time) << " UTC using "<< d_ls_pvt->d_valid_observations<<" observations is HDOP = " << d_ls_pvt->d_HDOP << " VDOP = " << d_ls_pvt->d_VDOP <<" TDOP = " << d_ls_pvt->d_TDOP - << " GDOP = " << d_ls_pvt->d_GDOP; + << " GDOP = " << d_ls_pvt->d_GDOP << std::endl; } // MULTIPLEXED FILE RECORDING - Record results to file