Changeset 9552 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp
- Timestamp:
- Nov 24, 2021, 11:33:13 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9551 r9552 344 344 } 345 345 if (tLC == t_lc::GIM) { 346 retVal = 3.0 * (OPT->_sigmaGIM * OPT->_sigmaGIM + OPT->_sigmaGIM * OPT->_sigmaGIM);346 retVal = it->second * it->second * OPT->_maxResGIM * OPT->_maxResGIM; 347 347 } 348 348
Note:
See TracChangeset
for help on using the changeset viewer.