Changeset 3970 in ntrip
- Timestamp:
- Apr 20, 2012, 2:31:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r3969 r3970 624 624 if (_header._obsTypesV2[i2] == typeV2) { 625 625 found = true; 626 _indexMap2to3[sys][i2] = i3; 626 map<int, int>::const_iterator it2 = _indexMap2to3[sys].find(i2); 627 if (it2 == _indexMap2to3[sys].end()) { 628 _indexMap2to3[sys][i2] = i3; 629 } 627 630 break; 628 631 }
Note:
See TracChangeset
for help on using the changeset viewer.