Changeset 6228 in ntrip
- Timestamp:
- Oct 11, 2014, 3:45:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6224 r6228 184 184 else if (key == "SYS / # / OBS TYPES") { 185 185 if (_version == 0.0) { 186 _version = t_rnxObsHeader::defaultRnxObsVersion 2;186 _version = t_rnxObsHeader::defaultRnxObsVersion3; 187 187 } 188 188 QTextStream* in = new QTextStream(value.toAscii(), QIODevice::ReadOnly);
Note:
See TracChangeset
for help on using the changeset viewer.