From d1d122bd2eb25880e8d83f95b2cbbd780d9a156f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 16 Jul 2022 12:52:49 +0200 Subject: [PATCH] Update URL in comment --- src/algorithms/PVT/libs/rinex_printer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/libs/rinex_printer.h b/src/algorithms/PVT/libs/rinex_printer.h index e0e68a780..ef0c0dd77 100644 --- a/src/algorithms/PVT/libs/rinex_printer.h +++ b/src/algorithms/PVT/libs/rinex_printer.h @@ -1015,7 +1015,7 @@ private: }; -// Implementation of inline functions (modified versions from GPSTk https://github.com/SGL-UT/GPSTk) +// Implementation of inline functions (modified versions from GNSSTk https://github.com/SGL-UT/gnsstk) inline std::string& Rinex_Printer::leftJustify(std::string& s, std::string::size_type length,