Changeset 6258 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp
- Timestamp:
- Oct 24, 2014, 3:49:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6253 r6258 870 870 871 871 char sys = line.toAscii()[pos]; 872 if (sys == ' ') { 873 sys = 'G'; 874 } 872 875 int satNum; readInt(line, pos + 1, 2, satNum); 873 876 _currEpo.rnxSat[iSat].prn.set(sys, satNum);
Note:
See TracChangeset
for help on using the changeset viewer.