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


Ignore:
Timestamp:
Oct 24, 2014, 3:49:50 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6253 r6258  
    870870
    871871      char sys = line.toAscii()[pos];
     872      if (sys == ' ') {
     873        sys = 'G';
     874      }
    872875      int satNum; readInt(line, pos + 1, 2, satNum);
    873876      _currEpo.rnxSat[iSat].prn.set(sys, satNum);
Note: See TracChangeset for help on using the changeset viewer.