Changeset 4545 in ntrip


Ignore:
Timestamp:
Aug 21, 2012, 6:42:50 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4540 r4545  
    668668
    669669      _currEpo.rnxSat[iSat].satSys = line.toAscii()[pos];
     670      if (_currEpo.rnxSat[iSat].satSys == ' ') {
     671        _currEpo.rnxSat[iSat].satSys = 'G';
     672      }
    670673      readInt(line, pos + 1, 2, _currEpo.rnxSat[iSat].satNum);
    671674
Note: See TracChangeset for help on using the changeset viewer.