Ignore:
Timestamp:
Sep 29, 2020, 3:35:17 PM (4 years ago)
Author:
stuerze
Message:

bug fixed in clock rinex file header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncclockrinex.cpp

    r9139 r9147  
    8888void bncClockRinex::writeHeader(const QDateTime& datTim) {
    8989
    90   _out << "     3.00           C                                       "
    91        << "RINEX VERSION / TYPE" << endl;
    92 
    93 
    94   _out << "BNC v" << BNCVERSION     << "                            "
     90  _out << "     3.00           C                                       "  << "RINEX VERSION / TYPE" << endl;
     91 ;
     92  _out << QString("BNC v%1").arg(BNCVERSION).leftJustified(40, ' ', true).toAscii().data()
    9593       << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toAscii().data()
    9694       << "PGM / RUN BY / DATE" << endl;
Note: See TracChangeset for help on using the changeset viewer.