change TESSEROID to MAG_TESSEROID
This commit is contained in:
@@ -3,10 +3,10 @@ Input and output parsing tools.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _TESSEROIDS_PARSERS_H_
|
||||
#define _TESSEROIDS_PARSERS_H_
|
||||
#ifndef _MAG_TESSEROIDS_PARSERS_H_
|
||||
#define _MAG_TESSEROIDS_PARSERS_H_
|
||||
|
||||
/* Needed for definition of TESSEROID and PRISM */
|
||||
/* Needed for definition of MAG_TESSEROID and PRISM */
|
||||
#include "geometry.h"
|
||||
/* Need for the definition of FILE */
|
||||
#include <stdio.h>
|
||||
@@ -68,8 +68,8 @@ int parse_gradcalc_args(int argc, char **argv, const char *progname, GRADCALC_AR
|
||||
|
||||
void strstrip(char *str);
|
||||
|
||||
int gets_mag_tess(const char *str, TESSEROID *tess);
|
||||
TESSEROID * read_mag_tess_model(FILE *modelfile, int *size);
|
||||
int gets_mag_tess(const char *str, MAG_TESSEROID *tess);
|
||||
MAG_TESSEROID * read_mag_tess_model(FILE *modelfile, int *size);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user