Changeset 6028 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 21, 2014, 11:10:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r6027 r6028 232 232 } 233 233 else { 234 retVal += _obs[tFreq]->_code * it->second;234 retVal += it->second * _obs[tFreq]->_code; 235 235 } 236 236 } … … 242 242 } 243 243 else { 244 retVal += _obs[tFreq]->_phase * it->second;244 retVal += it->second * _obs[tFreq]->_phase * t_CST::lambda(tFreq, _channel); 245 245 } 246 246 }
Note:
See TracChangeset
for help on using the changeset viewer.