source:
ntrip/trunk/BNC/bnctides.h@
3081
Last change on this file since 3081 was 2582, checked in by , 14 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | #ifndef BNCTIDES_H |
2 | #define BNCTIDES_H |
3 | |
4 | #include <newmat.h> |
5 | #include "bnctime.h" |
6 | |
7 | ColumnVector Sun(double Mjd_TT); |
8 | |
9 | void tides(const bncTime& time, ColumnVector& xyz); |
10 | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.