Changeset 6078 in ntrip
- Timestamp:
- Sep 7, 2014, 5:22:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppModel.cpp
r6041 r6078 201 201 ColumnVector t_tides::displacement(const bncTime& time, const ColumnVector& xyz) { 202 202 203 if (time.undef()) { 204 ColumnVector dX(3); dX = 0.0; 205 return dX; 206 } 207 203 208 double Mjd = time.mjd() + time.daysec() / 86400.0; 204 209
Note:
See TracChangeset
for help on using the changeset viewer.