![]() |
Tesseroids 1.0: User Manual and API Documentation |
Store input arguments and option flags for tessgrd program. More...
#include <cmd.h>
Data Fields | |
double | w |
western border of the grid | |
double | e |
eastern border of the grid | |
double | s |
southern border of the grid | |
double | n |
northern border of the grid | |
int | nlon |
number of grid points in the longitudinal direction | |
int | nlat |
number of grid points in the latitudinal direction | |
double | height |
height above geoid of the grid | |
int | verbose |
flag to indicate if verbose printing is enabled | |
int | logtofile |
flag to indicate if logging to a file is enabled | |
char * | logfname |
name of the log file |
Store input arguments and option flags for tessgrd program.