- Timestamp:
- Mar 10, 2008, 2:46:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r717 r720 585 585 if (_latIntr>0) { 586 586 newSecGPS = static_cast<int>(obs->_o.GPSWeeks); 587 newSecUTC = static_cast<int>(sec);588 587 if (newSecGPS != oldSecGPS) { 588 newSecUTC = static_cast<int>(sec); 589 589 if (newSecUTC % _latIntr < oldSecUTC % _latIntr) { 590 590 if (numLat>0) {
Note:
See TracChangeset
for help on using the changeset viewer.