mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 12:12:57 +00:00
Fix problems with old gcc
This commit is contained in:
parent
5c6acdf540
commit
5c79e8bc26
@ -87,7 +87,7 @@ rtklib_solver::rtklib_solver(int nchannels, std::string dump_filename, bool flag
|
||||
{},{},{}, /* baseline,ru,rb */
|
||||
{"",""}, /* anttype */
|
||||
{},{},{}, /* antdel,pcv,exsats */
|
||||
0, 0, 0, {"",""}, {}, 0, {{},{}}, {}, 0, {}
|
||||
0, 0, 0, {"",""}, {}, 0, {{},{}}, { {}, {{},{}}, {{},{}}, {}, {} }, 0, {}
|
||||
};
|
||||
rtklib_opt = default_opt;
|
||||
|
||||
|
@ -106,7 +106,7 @@ const prcopt_t prcopt_default = { /* defaults processing options */
|
||||
{}, {}, {}, /* baseline, ru, rb */
|
||||
{"",""}, /* anttype */
|
||||
{} , {}, {}, /* antdel, pcv, exsats */
|
||||
0, 0, 0, {"",""}, {}, 0, {{},{}}, {}, 0, {}
|
||||
0, 0, 0, {"",""}, {}, 0, {{},{}}, { {}, {{},{}}, {{},{}}, {}, {} }, 0, {}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user