Changeset 932 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
May 25, 2008, 8:05:53 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r931 r932  
    386386int t_ephGlo::IOD() const {
    387387  ////  return int(fmod(_GPSweeks,86400.0)) / 600;
    388   unsigned int tb  = int(fmod(_GPSweeks,86400.0)) * 1000; // msec of day
     388
     389  //// unsigned int tb  = int(fmod(_GPSweeks,86400.0)) * 1000; // msec of day
     390  unsigned int tb  = int(fmod(_GPSweeks,86400.0)); //sec of day
    389391
    390392  // 5 LSBs of iod are equal to 5 LSBs of tb, remaining bits are zero
Note: See TracChangeset for help on using the changeset viewer.