Changeset 6397 in ntrip for trunk/BNC/src
- Timestamp:
- Dec 21, 2014, 3:24:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6263 r6397 1061 1061 const QString& type = itObs.key(); 1062 1062 const t_rnxObs& rnxObs = itObs.value(); 1063 if (typeV3 == type2to3(sys, type) ) {1063 if (typeV3 == type2to3(sys, type) || typeV3 == type2to3(sys, type).left(2)) { 1064 1064 found = true; 1065 1065 if (rnxObs.value == 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.