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


Ignore:
Timestamp:
Mar 14, 2022, 11:08:59 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9642 r9654  
    805805    t_prn refPrnNew = refSatMap[sys]->prn();
    806806    if (refPrnNew != refPrnOld) {
     807      resetAmb(refPrnOld, allObs);/*
    807808      if (resetAmb(refPrnOld, allObs) == success) {
    808809        if (OPT->_obsModelType == OPT->DCMcodeBias) {
     
    823824          }
    824825        }
    825       }
     826      }*/
    826827    }
    827828  }
Note: See TracChangeset for help on using the changeset viewer.