From 43bc84418ce0878f85f2bd661e9df2d082848953 Mon Sep 17 00:00:00 2001 From: Tim Everett <tim.everett3@gmail.com> Date: Sun, 27 Oct 2019 15:56:47 -0600 Subject: [PATCH] - Fix recently introduced bug in converting IRNSS observations from rinex file --- src/rinex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rinex.c b/src/rinex.c index 19a7b26..5d351aa 100644 --- a/src/rinex.c +++ b/src/rinex.c @@ -100,7 +100,7 @@ #define SQR(x) ((x)*(x)) -#define NUMSYS 6 /* number of systems */ +#define NUMSYS 7 /* number of systems */ #define MAXRNXLEN (16*MAXOBSTYPE+4) /* max rinex record length */ #define MAXPOSHEAD 1024 /* max head line position */ #define MINFREQ_GLO -7 /* min frequency number glonass */ -- GitLab