Changeset 7505 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Oct 13, 2015, 3:01:25 PM (9 years ago)
Author:
stuerze
Message:

small bug in rinex v3 file name generation fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.cpp

    r7298 r7505  
    304304                          QString("%1").arg(datTim.date().year()) +
    305305                          QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) +
    306                           hlpStr +   // HMS_period
     306                          hlpStr +   // HM_period
    307307                          "_MN.rnx"; // mixed BRDC
    308308      }
Note: See TracChangeset for help on using the changeset viewer.