Changeset 5888 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 8, 2014, 4:26:04 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncutils.cpp
r5886 r5888 479 479 double mjd = djul(year, month, day); 480 480 481 jdgp(mjd, GPSWeeks, GPSWeek); 481 long GPSWeek_long; 482 jdgp(mjd, GPSWeeks, GPSWeek_long); 483 GPSWeek = GPSWeek_long; 482 484 GPSWeeks += hour * 3600.0 + min * 60.0 + sec; 483 485 } -
trunk/BNC/src/ephemeris.cpp
r5856 r5888 9 9 #include "ephemeris.h" 10 10 #include "bncutils.h" 11 #include "timeutils.h"12 11 #include "bnctime.h" 13 12 #include "bnccore.h"
Note:
See TracChangeset
for help on using the changeset viewer.