- Timestamp:
- Mar 5, 2009, 3:02:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1698 r1726 376 376 xx(4) *= 1e-6; 377 377 378 // Clocks without corrections379 // --------------------------380 if ( _caster.at(ic)->beClocks() ) {381 xx(4) -= xx(5) / 299792458.0;382 }383 384 378 t_ephPair* pair = _ephList[prn]; 385 379 pair->xx = xx; … … 402 396 } 403 397 398 // Clocks without corrections 399 // -------------------------- 400 if ( _caster.at(ic)->beClocks() ) { 401 xx(4) -= xx(5) / 299792458.0; 402 xx(5) = 0.0; 403 } 404 404 405 if (ep != 0) { 405 406 struct ClockOrbit::SatData* sd = 0;
Note:
See TracChangeset
for help on using the changeset viewer.