From db9bd588c91f57a961974ddcc0283ceea0e782be Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 21 Mar 2022 08:58:09 +0100 Subject: [PATCH] Improve code visualization in some editors --- src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc index 62934c891..6fb9a2510 100644 --- a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc +++ b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc @@ -2115,10 +2115,10 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item { const double Rx_clock_offset_s = d_internal_pvt_solver->get_time_offset_s(); - //**************** time tags **************** + // **************** time tags **************** if (d_enable_rx_clock_correction == false) // todo: currently only works if clock correction is disabled (computed clock offset is applied here) { - //************ Source TimeTag comparison with GNSS computed TOW ************* + // ************ Source TimeTag comparison with GNSS computed TOW ************* if (!d_TimeChannelTagTimestamps.empty()) { @@ -2152,7 +2152,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item } } } - //********************************************** + // ********************************************** if (fabs(Rx_clock_offset_s) * 1000.0 > d_max_obs_block_rx_clock_offset_ms) {