1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-30 17:03:15 +00:00

More consistent naming for generated files

This commit is contained in:
Carles Fernandez 2018-10-18 16:01:19 +02:00
parent b9bacd421f
commit 7a1b8ca643

View File

@ -281,7 +281,7 @@ int main(int argc, char** argv)
if (gps_utc_model.valid)
{
std::ofstream ofs3;
xml_filename = "gps_UTC.xml";
xml_filename = "gps_utc.xml";
try
{
ofs3.open(xml_filename.c_str(), std::ofstream::trunc | std::ofstream::out);