Changeset 10449 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Apr 19, 2024, 10:26:43 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10448 r10449 1398 1398 t_irc bncComb::checkOrbits(bncTime epoTime, char sys, QTextStream& out) { 1399 1399 1400 const double MAX_DISPLACEMENT_INIT = 0.20; 1401 1402 double MAX_DISPLACEMENT = MAX_DISPLACEMENT_INIT; 1403 if (sys == 'C') { 1404 MAX_DISPLACEMENT *= 10.0; 1405 } 1406 if (sys == 'R') { 1407 MAX_DISPLACEMENT *= 10.0; 1408 } 1400 const double MAX_DISPLACEMENT = 2.0; 1409 1401 1410 1402 // Switch to last ephemeris (if possible)
Note:
See TracChangeset
for help on using the changeset viewer.