mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fix reading of mixed navigation data files
This commit is contained in:
parent
1d75e6c72c
commit
8c79c1aa91
@ -209,10 +209,7 @@ int main(int argc, char** argv)
|
||||
if (j != 0)
|
||||
{
|
||||
std::ofstream ofs2;
|
||||
if (xml_filename.empty())
|
||||
{
|
||||
xml_filename = "eph_Galileo_E1.xml";
|
||||
}
|
||||
try
|
||||
{
|
||||
ofs2.open(xml_filename.c_str(), std::ofstream::trunc | std::ofstream::out);
|
||||
|
Loading…
Reference in New Issue
Block a user