Changeset 6816 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- May 6, 2015, 2:27:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6815 r6816 200 200 QString hlp; 201 201 *in >> hlp; 202 if (sys == 'C' && _version == 3.02){202 if (sys == 'C' && _version == 3.02) { 203 203 hlp.replace('2', '1'); 204 } 205 else if (sys == 'C' && _version == 3.03) { 206 hlp.replace('1', '2'); 204 207 } 205 208 _obsTypes[sys].push_back(hlp);
Note:
See TracChangeset
for help on using the changeset viewer.