Changeset 9656 in ntrip


Ignore:
Timestamp:
Mar 15, 2022, 11:36:37 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9654 r9656  
    805805    t_prn refPrnNew = refSatMap[sys]->prn();
    806806    if (refPrnNew != refPrnOld) {
    807       resetAmb(refPrnOld, allObs);/*
     807      resetAmb(refPrnOld, allObs);
    808808      if (resetAmb(refPrnOld, allObs) == success) {
    809809        if (OPT->_obsModelType == OPT->DCMcodeBias) {
    810810          addNoiseToPar(t_pppParam::ion, sys);
    811811        } else if (OPT->_obsModelType == OPT->DCMphaseBias) {
    812           if (sys == 'G') {
     812          if        (sys == 'G') {
    813813            addNoiseToPar(t_pppParam::pBiasG1, sys);
    814814            addNoiseToPar(t_pppParam::pBiasG2, sys);
     
    824824          }
    825825        }
    826       }*/
     826      }
    827827    }
    828828  }
Note: See TracChangeset for help on using the changeset viewer.