mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +00:00
More consistent naming for generated files
This commit is contained in:
parent
b9bacd421f
commit
7a1b8ca643
@ -281,7 +281,7 @@ int main(int argc, char** argv)
|
|||||||
if (gps_utc_model.valid)
|
if (gps_utc_model.valid)
|
||||||
{
|
{
|
||||||
std::ofstream ofs3;
|
std::ofstream ofs3;
|
||||||
xml_filename = "gps_UTC.xml";
|
xml_filename = "gps_utc.xml";
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ofs3.open(xml_filename.c_str(), std::ofstream::trunc | std::ofstream::out);
|
ofs3.open(xml_filename.c_str(), std::ofstream::trunc | std::ofstream::out);
|
||||||
|
Loading…
Reference in New Issue
Block a user