Changeset 6817 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
May 6, 2015, 4:43:36 PM (9 years ago)
Author:
stuerze
Message:

renaming of BDS's first frequency band from '1' in '2'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r6816 r6817  
    200200        QString hlp;
    201201        *in >> hlp;
    202         if      (sys == 'C' && _version == 3.02) {
    203           hlp.replace('2', '1');
    204         }
    205         else if (sys == 'C' && _version == 3.03) {
     202        if (sys == 'C' && _version < 3.03)  {
    206203          hlp.replace('1', '2');
    207204        }
Note: See TracChangeset for help on using the changeset viewer.