Changeset 10152 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 9, 2023, 1:40:29 PM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10151 r10152  
    383383      int ind = par->indexNew();
    384384      t_lc::type tLC = par->tLC();
    385 //      if (tLC != lc) {continue;}
     385      if (tLC != lc) {continue;}
    386386      LOG << string(_epoTime) << " RESET " << par->toString() << endl;
    387387      delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note: See TracChangeset for help on using the changeset viewer.