Changeset 6871 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jun 1, 2015, 4:06:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6870 r6871 233 233 satList.append(sat); 234 234 } 235 _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList));236 235 delete in; 237 } else if (sys) { 238 _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList)); 239 } 236 } 237 _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList)); 240 238 } 241 239 else if (key == "GLONASS COD/PHS/BIS"){
Note:
See TracChangeset
for help on using the changeset viewer.