Changeset 6268 in ntrip
- Timestamp:
- Oct 30, 2014, 5:13:48 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppModel.cpp
r6108 r6268 48 48 using namespace BNC_PPP; 49 49 using namespace std; 50 51 const double t_astro::RHO_DEG = 180.0 / M_PI; 52 const double t_astro::RHO_SEC = 3600.0 * 180.0 / M_PI; 53 const double t_astro::MJD_J2000 = 51544.5; 50 54 51 55 Matrix t_astro::rotX(double Angle) { -
trunk/BNC/src/pppModel.h
r6041 r6268 15 15 16 16 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; 20 20 21 21 static Matrix rotX(double Angle);
Note:
See TracChangeset
for help on using the changeset viewer.