change TESSEROID to MAG_TESSEROID
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user