Changeset 7278 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Sep 15, 2015, 4:48:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppEphPool.cpp
r7237 r7278 11 11 * Created: 29-Jul-2014 12 12 * 13 * Changes: 13 * Changes: 14 14 * 15 15 * -----------------------------------------------------------------------*/ … … 52 52 // 53 53 ///////////////////////////////////////////////////////////////////////////// 54 t_irc t_pppEphPool::getCrd(const t_prn& prn, const bncTime& tt, 54 t_irc t_pppEphPool::getCrd(const t_prn& prn, const bncTime& tt, 55 55 ColumnVector& xc, ColumnVector& vv) const { 56 56 return _satEphPool[prn.toInt()].getCrd(tt, xc, vv); … … 84 84 t_eph* eph = _ephs[ii]; 85 85 if (eph->IOD() == corr->_iod) { 86 eph->setOrbCorr(corr); 87 return; 86 eph->setOrbCorr(corr); 88 87 } 89 88 } … … 97 96 t_eph* eph = _ephs[ii]; 98 97 if (eph->IOD() == corr->_iod) { 99 eph->setClkCorr(corr); 98 eph->setClkCorr(corr); 100 99 } 101 100 }
Note:
See TracChangeset
for help on using the changeset viewer.