From 8369c5e7ae5d8563895b7113c00d3d58bec9013c Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Sun, 29 Jan 2017 08:36:11 +0900 Subject: [PATCH] Set URA index to zero --- gpssim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpssim.c b/gpssim.c index a1d2f7a..8db9682 100644 --- a/gpssim.c +++ b/gpssim.c @@ -515,7 +515,7 @@ void eph2sbf(const ephem_t eph, const ionoutc_t ionoutc, unsigned long sbf[5][N_ long af2; long tgd; - unsigned long ura = 2UL; + unsigned long ura = 0UL; unsigned long dataId = 1UL; unsigned long sbf4_page25_svId = 63UL; unsigned long sbf5_page25_svId = 51UL;