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