Changeset 9539 in ntrip
- Timestamp:
- Nov 9, 2021, 3:37:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9537 r9539 300 300 } 301 301 302 if (tLC == t_lc::Tz0) {303 retVal = OPT->_sigmaTz0 * OPT->_sigmaTz0;304 }305 306 302 map<t_frequency::type, double>::const_iterator it; 307 303 for (it = codeCoeff.begin(); it != codeCoeff.end(); it++) { … … 359 355 if (tLC == t_lc::GIM) { 360 356 retVal = 3.0 * (OPT->_sigmaGIM * OPT->_sigmaGIM + OPT->_sigmaGIM * OPT->_sigmaGIM); 361 }362 if (tLC == t_lc::Tz0) {363 retVal = 3.0 * OPT->_sigmaTz0 * OPT->_sigmaTz0;364 357 } 365 358
Note:
See TracChangeset
for help on using the changeset viewer.