change TESSEROID to MAG_TESSEROID

This commit is contained in:
2021-05-06 21:40:45 +08:00
parent 95e17fce02
commit c351a5ac13
8 changed files with 58 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ Defines the TESSEROID, SPHERE, and PRISM structures.
/* Split a tesseroid into 8. */
void split_tess(TESSEROID tess, TESSEROID *split)
void split_tess(MAG_TESSEROID tess, MAG_TESSEROID *split)
{
double dlon = 0.5*(tess.e - tess.w),
dlat = 0.5*(tess.n - tess.s),