Changeset 8447 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Aug 13, 2018, 10:32:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r8204 r8447 356 356 continue; 357 357 } 358 358 359 359 // Check Modulo Time 360 360 // ----------------- 361 if (int(clkCorr._time.gpssec()) % _cmbSampl != 0.0) { 361 int sec = int(nint(clkCorr._time.gpssec()*10)); 362 if (sec % (_cmbSampl*10) != 0.0) { 362 363 continue; 363 364 }
Note:
See TracChangeset
for help on using the changeset viewer.