Changeset 10942 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jun 22, 2026, 12:48:31 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppSatObs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10938 r10942 393 393 retVal += it->second * it->second * OPT->_maxResL1 * OPT->_maxResL1; 394 394 } 395 if (LC._type == t_lc::GIM) {396 retVal = OPT->_maxResGIM * OPT->_maxResGIM + OPT->_maxResGIM * OPT->_maxResGIM;397 }398 395 399 396 retVal = sqrt(retVal);
Note:
See TracChangeset
for help on using the changeset viewer.
