Changeset 6268 in ntrip for trunk/BNC/src/pppModel.h


Ignore:
Timestamp:
Oct 30, 2014, 5:13:48 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppModel.h

    r6041 r6268  
    1515
    1616 private:
    17   static const double RHO_DEG   = 180.0 / M_PI;
    18   static const double RHO_SEC   = 3600.0 * 180.0 / M_PI;
    19   static const double MJD_J2000 = 51544.5;
     17  static const double RHO_DEG;
     18  static const double RHO_SEC;
     19  static const double MJD_J2000;
    2020
    2121  static Matrix rotX(double Angle);
Note: See TracChangeset for help on using the changeset viewer.