Changeset 9625 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Feb 18, 2022, 9:36:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9618 r9625 270 270 return failure; 271 271 } 272 272 273 273 if ((!iOutlier) && 274 274 (OPT->_obsModelType == OPT->DCMcodeBias || … … 791 791 if (refPrnNew != refPrnOld) { 792 792 t_irc irc = resetAmb(refPrnOld, allObs); 793 if (OPT->_obsModelType == OPT->DCMcodeBias) { 794 if (irc == success) {addNoiseToIono(sys);} 795 } 793 //if (OPT->_obsModelType == OPT->DCMcodeBias) {if (irc == success) {addNoiseToIono(sys);}} 796 794 } 797 795 }
Note:
See TracChangeset
for help on using the changeset viewer.