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