- Timestamp:
- Mar 13, 2025, 1:10:27 PM (6 days ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r10583 r10623 292 292 // Check Blunders 293 293 // -------------- 294 const double BLUNDER = 150.0; 294 const double BLUNDER = 1500.0; 295 295 double maxRes = 0.0; 296 296 unsigned maxResIndex = 0; -
trunk/BNC/src/PPP/pppParlist.cpp
r10622 r10623 85 85 const t_pppSatObs* obs = obsVector->at(ii); 86 86 if (obs->prn() == _prn) { 87 _x0 = 0.0;//floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5);87 _x0 = floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5); 88 88 break; 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.