1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Fix problems with old gcc

This commit is contained in:
Carles Fernandez 2017-04-25 17:54:07 +02:00
parent 5c6acdf540
commit 5c79e8bc26
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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, {}
};