Changeset 546 in ntrip


Ignore:
Timestamp:
Oct 23, 2007, 9:44:53 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r513 r546  
    22# Switch to debug configuration
    33# -----------------------------
    4 CONFIG -= release
    5 CONFIG += debug
     4###CONFIG -= release
     5###CONFIG += debug
    66
    77DEFINES += NO_RTCM3_MAIN
  • trunk/BNC/bncrinex.cpp

    r545 r546  
    170170            if (line.indexOf("END OF HEADER") != -1) {
    171171              _headerLines.append("# / TYPES OF OBSERV");
    172               _headerLines.append(
    173                     QString("     1     1").leftJustified(60, ' ', true) +
    174                     "WAVELENGTH FACT L1/2");
     172              if (_rinexVers == 2) {
     173                _headerLines.append(
     174                      QString("     1     1").leftJustified(60, ' ', true) +
     175                      "WAVELENGTH FACT L1/2");
     176              }
    175177              _headerLines.append("TIME OF FIRST OBS");
    176178              _headerLines.append( line );
Note: See TracChangeset for help on using the changeset viewer.