- Timestamp:
- Aug 21, 2012, 6:42:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r4540 r4545 668 668 669 669 _currEpo.rnxSat[iSat].satSys = line.toAscii()[pos]; 670 if (_currEpo.rnxSat[iSat].satSys == ' ') { 671 _currEpo.rnxSat[iSat].satSys = 'G'; 672 } 670 673 readInt(line, pos + 1, 2, _currEpo.rnxSat[iSat].satNum); 671 674
Note:
See TracChangeset
for help on using the changeset viewer.