- Timestamp:
- May 25, 2008, 8:05:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r931 r932 386 386 int t_ephGlo::IOD() const { 387 387 //// 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 389 391 390 392 // 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.