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


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.cpp

    r6108 r6268  
    4848using namespace BNC_PPP;
    4949using namespace std;
     50
     51const double t_astro::RHO_DEG   = 180.0 / M_PI;
     52const double t_astro::RHO_SEC   = 3600.0 * 180.0 / M_PI;
     53const double t_astro::MJD_J2000 = 51544.5;
    5054
    5155Matrix t_astro::rotX(double Angle) {
Note: See TracChangeset for help on using the changeset viewer.