1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-07 21:16:49 +00:00

fix another conflict

This commit is contained in:
Gastd 2017-06-05 20:29:33 -03:00
parent bbbb5bcc1d
commit 65e7384c28

View File

@ -2,16 +2,10 @@
#define GNSS_SDR_GLONASS_L1_CA_H_
#include <vector>
<<<<<<< HEAD
#include <map> // std::map
#include "MATH_CONSTANTS.h"
#include "gnss_frequencies.h"
=======
#include <utility> // std::pair
#include "MATH_CONSTANTS.h"
>>>>>>> c381e10dc3b71a0a762b27c06ac828557d2ddf4e
// Physical constants
const double GLONASS_C_m_s = 299792458.0; //!< The speed of light, [m/s]
const double GLONASS_C_m_ms = 299792.4580; //!< The speed of light, [m/ms]