Changeset 1726 in ntrip


Ignore:
Timestamp:
Mar 5, 2009, 3:02:21 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1698 r1726  
    376376              xx(4) *= 1e-6;
    377377
    378               // Clocks without corrections
    379               // --------------------------
    380               if ( _caster.at(ic)->beClocks() ) {
    381                 xx(4) -= xx(5) / 299792458.0;
    382               }
    383      
    384378              t_ephPair* pair = _ephList[prn];
    385379              pair->xx = xx;
     
    402396          }
    403397     
     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
    404405          if (ep != 0) {
    405406            struct ClockOrbit::SatData* sd = 0;
Note: See TracChangeset for help on using the changeset viewer.