change tess_struct to magtess_struct

This commit is contained in:
张壹 2021-05-06 21:43:06 +08:00
parent c351a5ac13
commit 2d2067e931

View File

@ -8,7 +8,7 @@ Defines the TESSEROID, SPHERE, and PRISM structures.
/* Store information on a tesseroid */
typedef struct tess_struct {
typedef struct magtess_struct {
/* s, n, w, e in degrees. r1 and r2 are the smaller and larger radius */
double density; /* in SI units */
double w; /* western longitude border in degrees */