From 654ba2c1030bc1502368cc0458c1e879d568f92a Mon Sep 17 00:00:00 2001 From: Javier Arribas Date: Thu, 4 May 2017 17:32:40 +0200 Subject: [PATCH] Enabling Galileo in RTKLIB --- src/algorithms/libs/rtklib/rtklib.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/algorithms/libs/rtklib/rtklib.h b/src/algorithms/libs/rtklib/rtklib.h index bb916d77d..840ff135a 100644 --- a/src/algorithms/libs/rtklib/rtklib.h +++ b/src/algorithms/libs/rtklib/rtklib.h @@ -156,17 +156,10 @@ const int NSATGLO = 0; const int NSYSGLO = 0; #endif -#ifdef ENAGAL const int MINPRNGAL = 1; //!< min satellite PRN number of Galileo const int MAXPRNGAL = 30; //!< max satellite PRN number of Galileo const int NSATGAL = (MAXPRNGAL - MINPRNGAL + 1); //!< number of Galileo satellites const int NSYSGAL = 1; -#else -const int MINPRNGAL = 0; -const int MAXPRNGAL = 0; -const int NSATGAL = 0; -const int NSYSGAL = 0; -#endif #ifdef ENAQZS const int MINPRNQZS = 193; //!< min satellite PRN number of QZSS