diff --git a/src/environment/global/gnss_satellites.hpp b/src/environment/global/gnss_satellites.hpp index b7b49ddf7..cf4d645ee 100644 --- a/src/environment/global/gnss_satellites.hpp +++ b/src/environment/global/gnss_satellites.hpp @@ -113,7 +113,7 @@ class GnssSatellites : public ILoggable { private: bool is_calc_enabled_ = false; //!< Flag to manage the GNSS satellite position calculation - std::vector sp3_files_; //!< List of SP3 files + std::vector sp3_files_; //!< List of SP3 files size_t number_of_calculated_gnss_satellites_; //!< Number of calculated GNSS satellites size_t sp3_file_id_; //!< Current SP3 file ID EpochTime reference_time_; //!< Reference start time of the SP3 handling diff --git a/src/math_physics/gnss/gnss_satellite_number.hpp b/src/math_physics/gnss/gnss_satellite_number.hpp index 319fd34a5..35087c537 100644 --- a/src/math_physics/gnss/gnss_satellite_number.hpp +++ b/src/math_physics/gnss/gnss_satellite_number.hpp @@ -46,6 +46,6 @@ size_t ConvertGnssSatelliteNumberToIndex(const std::string satellite_number); */ std::string ConvertIndexToGnssSatelliteNumber(const size_t index); -} // namespace gnss +} // namespace gnss #endif // S2E_LIBRARY_GNSS_GNSS_SATELLITE_NUMBER_HPP_ diff --git a/src/math_physics/gnss/sp3_file_reader.cpp b/src/math_physics/gnss/sp3_file_reader.cpp index 2419c03dd..8106ba9cc 100644 --- a/src/math_physics/gnss/sp3_file_reader.cpp +++ b/src/math_physics/gnss/sp3_file_reader.cpp @@ -422,4 +422,4 @@ Sp3VelocityClockRateCorrelation Sp3FileReader::DecodeVelocityClockRateCorrelatio return correlation; } -} // namespace gnss +} // namespace gnss