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


Ignore:
Timestamp:
Mar 24, 2022, 4:26:20 PM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9661 r9669  
    803803    t_prn refPrnNew = refSatMap[sys]->prn();
    804804    if (refPrnNew != refPrnOld) {
    805       resetAmb(refPrnOld, allObs);/*
     805      //resetAmb(refPrnOld, allObs);
    806806      if (resetAmb(refPrnOld, allObs) == success) {
    807807        if (OPT->_obsModelType == OPT->DCMcodeBias) {
     
    822822          }
    823823        }
    824       }*/
     824      }
    825825    }
    826826  }
Note: See TracChangeset for help on using the changeset viewer.