tomojitakasu / RTKLIB

2.58k stars 1.63k forks source link

Applying SSR corrections: Index bug #553

Closed ChristophLass closed 4 years ago

ChristophLass commented 4 years ago

There is an indexing bug in ephemeris.c regarding the update interval. In line 628 it should read "if (ssr->udi[1]>=1.0) t2-=ssr->udi[1]/2.0;" instead of "if (ssr->udi[1]>=1.0) t2-=ssr->udi[0]/2.0;"