source:
ntrip/trunk/BNS/glonass.h@
883
Last change on this file since 883 was 883, checked in by , 17 years ago | |
---|---|
File size: 168 bytes |
Rev | Line | |
---|---|---|
[883] | 1 | #ifndef GLONASS_H |
2 | #define GLONASS_H | |
3 | ||
4 | #include <newmat.h> | |
5 | ||
6 | void glo_deriv(double tt, const ColumnVector& yy, | |
7 | ColumnVector& yp, void* pVoid = 0); | |
8 | ||
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.