- Timestamp:
- Oct 11, 2006, 11:21:05 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2.cpp
r231 r238 1086 1086 1087 1087 for (int iSat=0; iSat < _ObsBlock.nSat; iSat++) { 1088 if (_ObsBlock.PRN[iSat] > 32) continue; // Glonass not (yet) wanted 1088 1089 Observation* obs = new Observation(); 1089 1090 -
trunk/BNC/bncrinex.cpp
r225 r238 285 285 while (mIt.hasNext()) { 286 286 Observation* ob = mIt.next(); 287 if (ob->GPSWeek * 7*24*3600 + ob->GPSWeeks < maxTime ) {287 if (ob->GPSWeek * 7*24*3600 + ob->GPSWeeks < maxTime - 0.05) { 288 288 dumpList.push_back(ob); 289 289 mIt.remove();
Note:
See TracChangeset
for help on using the changeset viewer.