source: ntrip/trunk/BNC/bnctides.h@ 3535

Last change on this file since 3535 was 2582, checked in by mervart, 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
7ColumnVector Sun(double Mjd_TT);
8
9void tides(const bncTime& time, ColumnVector& xyz);
10
11#endif
Note: See TracBrowser for help on using the repository browser.