From 48a5fa969b86c83fd6419897b59d82d1a9b9d712 Mon Sep 17 00:00:00 2001 From: Gastd Date: Tue, 22 Aug 2017 19:40:13 -0300 Subject: [PATCH] Add author tag --- .../tracking/adapters/glonass_l1_ca_dll_pll_tracking.cc | 2 +- .../tracking/adapters/glonass_l1_ca_dll_pll_tracking.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.cc b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.cc index 965e0142d..cce1b19a7 100644 --- a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.cc +++ b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.cc @@ -3,7 +3,7 @@ * \brief Interface of an adapter of a DLL+PLL tracking loop block * for Glonass L1 C/A to a TrackingInterface * \author Gabriel Araujo, 2017. gabriel.araujo.5000(at)gmail.com - * Luis Esteve, 2017. luis(at)epsilon-formacion.com + * \author Luis Esteve, 2017. luis(at)epsilon-formacion.com * * * Code DLL + carrier PLL according to the algorithms described in: diff --git a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h index 192cb0853..46565b2e1 100644 --- a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h @@ -3,7 +3,7 @@ * \brief Interface of an adapter of a DLL+PLL tracking loop block * for Glonass L1 C/A to a TrackingInterface * \author Gabriel Araujo, 2017. gabriel.araujo.5000(at)gmail.com - * Luis Esteve, 2017. luis(at)epsilon-formacion.com + * \author Luis Esteve, 2017. luis(at)epsilon-formacion.com * * * Code DLL + carrier PLL according to the algorithms described in: