Skip to content

Commit 132454b

Browse files
Remove unnecessary setting of SSR update flag in ephemeris update for GLONASS, missed in last commit. Should be no functional change.
1 parent 813a001 commit 132454b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/rtksvr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ static void update_eph(rtksvr_t *svr, nav_t *nav, int ephsat, int ephset,
198198
*eph3=*eph2; /* current ->previous */
199199
*eph2=*eph1; /* received->current */
200200
trace(4,"update_eph: sat=%d iode %d->%d\n",ephsat,eph3->iode,eph2->iode);
201-
svr->rtcm[index].ssr[ephsat-1].update=1; // Force update of SSR corrections
202201
}
203202
}
204203
svr->nmsg[index][1]++;

0 commit comments

Comments
 (0)