mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Fix some warnings, make code more readable
This commit is contained in:
parent
a5bfa2a938
commit
319eff0e52
@ -355,7 +355,8 @@ void readsp3(const char *file, nav_t *nav, int opt)
|
|||||||
*-----------------------------------------------------------------------------*/
|
*-----------------------------------------------------------------------------*/
|
||||||
int readsap(const char *file, gtime_t time, nav_t *nav)
|
int readsap(const char *file, gtime_t time, nav_t *nav)
|
||||||
{
|
{
|
||||||
pcvs_t pcvs = {0, 0};
|
pcv_t aux = { 0, {}, {}, {0,0}, {0,0}, {{},{}}, {{},{}} };
|
||||||
|
pcvs_t pcvs = {0, 0, &aux };
|
||||||
pcv_t pcv0 = { 0, {}, {}, {0,0}, {0,0}, {{},{}}, {{},{}} }, *pcv;
|
pcv_t pcv0 = { 0, {}, {}, {0,0}, {0,0}, {{},{}}, {{},{}} }, *pcv;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user