Changeset 10151 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Aug 8, 2023, 12:10:45 PM (9 months ago)
Author:
stuerze
Message:

minor changes to reset all ambigities per satellite

File:
1 edited

Legend:

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

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