Changeset 805 in ntrip
- Timestamp:
- Apr 9, 2008, 12:52:44 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNS/bns.pro ¶
r804 r805 6 6 7 7 RESOURCES += bns.qrc 8 9 unix:QMAKE_CFLAGS_RELEASE -= -O210 unix:QMAKE_CXXFLAGS_RELEASE -= -O211 8 12 9 # Location of the NewMat Library -
TabularUnified trunk/BNS/bnseph.cpp ¶
r800 r805 110 110 if (year < 100) year += 2000; 111 111 112 QDateTime dateTime(QDate( year,month,day), QTime(hour, minute, second),113 Qt::UTC); 112 QDateTime dateTime(QDate(int(year), int(month), int(day)), 113 QTime(int(hour), int(minute), int(second)), Qt::UTC); 114 114 int week; 115 115 GPSweekFromDateAndTime(dateTime, week, ep->TOC);
Note:
See TracChangeset
for help on using the changeset viewer.