Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Jul 20, 2024
1 parent 1e52b2e commit a215e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/environment/global/gnss_satellites.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class GnssSatellites : public ILoggable {
private:
bool is_calc_enabled_ = false; //!< Flag to manage the GNSS satellite position calculation

std::vector<gnss::Sp3FileReader> sp3_files_; //!< List of SP3 files
std::vector<gnss::Sp3FileReader> 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
Expand Down
2 changes: 1 addition & 1 deletion src/math_physics/gnss/gnss_satellite_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion src/math_physics/gnss/sp3_file_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,4 @@ Sp3VelocityClockRateCorrelation Sp3FileReader::DecodeVelocityClockRateCorrelatio
return correlation;
}

} // namespace gnss
} // namespace gnss

0 comments on commit a215e90

Please sign in to comment.