Changeset 9656 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 15, 2022, 11:36:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9654 r9656 805 805 t_prn refPrnNew = refSatMap[sys]->prn(); 806 806 if (refPrnNew != refPrnOld) { 807 resetAmb(refPrnOld, allObs); /*807 resetAmb(refPrnOld, allObs); 808 808 if (resetAmb(refPrnOld, allObs) == success) { 809 809 if (OPT->_obsModelType == OPT->DCMcodeBias) { 810 810 addNoiseToPar(t_pppParam::ion, sys); 811 811 } else if (OPT->_obsModelType == OPT->DCMphaseBias) { 812 if (sys == 'G') {812 if (sys == 'G') { 813 813 addNoiseToPar(t_pppParam::pBiasG1, sys); 814 814 addNoiseToPar(t_pppParam::pBiasG2, sys); … … 824 824 } 825 825 } 826 } */826 } 827 827 } 828 828 }
Note:
See TracChangeset
for help on using the changeset viewer.