Parent Directory | Revision Log
Initial revision
1 | cafagna | 1.1 | #ifdef __cplusplus |
2 | extern "C" { | ||
3 | #endif | ||
4 | |||
5 | #define IGRF_GEO igrf_geo__ | ||
6 | #define RECALC recalc_ | ||
7 | |||
8 | extern void IGRF_GEO(const float& R, const float& theta, const float& phi, | ||
9 | float& Br, float& Btheta, float& Bphi); | ||
10 | extern void RECALC(const int& yyyy, const int& ddd, const int& hh, const int& minute, const int& ss); | ||
11 | #ifdef __cplusplus | ||
12 | } | ||
13 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |