Changeset 1670 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Feb 28, 2009, 12:57:03 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1668 r1670  
    292292void t_bns::readEpoch() {
    293293
     294  bnsSettings settings;
     295
    294296  // Read the first line (if not already read)
    295297  // -----------------------------------------
     
    376378              xx(3) *= 1e3;
    377379              xx(4) *= 1e-6;
     380
     381              if ( Qt::CheckState(settings.value("beClocks1").toInt()) == Qt::Checked) {
     382                xx(4) -= xx(5) / 299792458.0;
     383              }
    378384     
    379385              t_ephPair* pair = _ephList[prn];
Note: See TracChangeset for help on using the changeset viewer.