#include "matpack.h"


Go to the source code of this file.
Functions | |
| void | magfield_nk (Numeric &B_r, Numeric &B_th, Numeric &B_ph, const Numeric r, const Numeric theta, const Numeric phi, const Index Ny) |
Definition in file geomag_calc.h.
| void magfield_nk | ( | Numeric & | B_r, | |
| Numeric & | B_th, | |||
| Numeric & | B_ph, | |||
| const Numeric | r, | |||
| const Numeric | theta, | |||
| const Numeric | phi, | |||
| const Index | Ny | |||
| ) |
Definition at line 39 of file geomag_calc.cc.
References DEG2RAD, EARTH_RADIUS, g_legendre_poly_norm_schmidt(), g_legendre_poly_norm_schmidt_deriv3(), M, PI, and xml_read_from_file().
1.5.6