Changeset 1100 in ntrip for trunk/BNS/bnsutils.cpp


Ignore:
Timestamp:
Sep 3, 2008, 12:55:53 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsutils.cpp

    r930 r1100  
    9898void mjdFromDateAndTime(const QDateTime& dateTime, int& mjd, double& dayfrac) {
    9999
    100   const static QDate zeroDate(1858, 11, 17);
     100  static const QDate zeroDate(1858, 11, 17);
    101101
    102102  mjd     = zeroDate.daysTo(dateTime.date());
Note: See TracChangeset for help on using the changeset viewer.