Changeset 1098 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Sep 2, 2008, 9:14:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.cpp
r1025 r1098 114 114 double* vv) const { 115 115 116 const staticdouble secPerWeek = 7 * 86400.0;117 const staticdouble omegaEarth = 7292115.1467e-11;118 const staticdouble gmWGS = 398.6005e12;116 static const double secPerWeek = 7 * 86400.0; 117 static const double omegaEarth = 7292115.1467e-11; 118 static const double gmWGS = 398.6005e12; 119 119 120 120 memset(xc, 0, 4*sizeof(double));
Note:
See TracChangeset
for help on using the changeset viewer.