source: ntrip/trunk/BNS/glonass.h@ 883

Last change on this file since 883 was 883, checked in by mervart, 16 years ago

* empty log message *

File size: 168 bytes
Line 
1#ifndef GLONASS_H
2#define GLONASS_H
3
4#include <newmat.h>
5
6void 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.