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