Changeset 10151 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp
- Timestamp:
- Aug 8, 2023, 12:10:45 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10037 r10151 383 383 int ind = par->indexNew(); 384 384 t_lc::type tLC = par->tLC(); 385 if (tLC != lc) { 386 continue; 387 } 385 // if (tLC != lc) {continue;} 388 386 LOG << string(_epoTime) << " RESET " << par->toString() << endl; 389 387 delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note:
See TracChangeset
for help on using the changeset viewer.