Changeset 10014 in ntrip
- Timestamp:
- Mar 20, 2023, 8:34:20 AM (20 months ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10013 r10014 413 413 const vector<t_pppSatObs*> &obsVector, const t_prn &refPrn, 414 414 bool preProcessing) { 415 const double SLIP = 50 0.0;415 const double SLIP = 50.0; 416 416 char sys = refPrn.system(); 417 417 string epoTimeStr = string(_epoTime); … … 507 507 int ind = par->indexNew(); 508 508 t_lc::type tLC = par->tLC(); 509 //if (tLC != lc) {continue;} 509 if (tLC != lc) { 510 continue; 511 } 510 512 LOG << string(_epoTime) << " RESET " << par->toString() << endl; 511 513 delete par; -
trunk/BNC/src/PPP/pppSatObs.cpp
r10013 r10014 33 33 using namespace std; 34 34 35 const double GLO_WEIGHT_FACTOR = 5.0;35 const double GLO_WEIGHT_FACTOR = 1.0; 36 36 const double BDS_WEIGHT_FACTOR = 1.0; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.