Changeset 4617 in ntrip for trunk/BNC/src/rinex/availplot.cpp


Ignore:
Timestamp:
Sep 1, 2012, 8:42:55 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/availplot.cpp

    r4614 r4617  
    1212 public:
    1313  t_scaleDrawTime() {}
    14   virtual QwtText label(double mjd) const {
    15     bncTime epoTime; epoTime.setmjd(mjd);
     14  virtual QwtText label(double mjdX24) const {
     15    bncTime epoTime; epoTime.setmjd(mjdX24/24.0);
    1616    return QwtText(epoTime.timestr(0,':').c_str());
    1717  }
Note: See TracChangeset for help on using the changeset viewer.