![]() |
Tesseroids 1.0: User Manual and API Documentation |
Generic main function for the tessg* programs. More...
#include "glq.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
int | run_tessg_main (int argc, char **argv, const char *progname, double(*field)(TESSEROID, double, double, double, GLQ, GLQ, GLQ)) |
Run the main for a generic tessg* program. |
Generic main function for the tessg* programs.
int run_tessg_main | ( | int | argc, | |
char ** | argv, | |||
const char * | progname, | |||
double(*)(TESSEROID, double, double, double, GLQ, GLQ, GLQ) | field | |||
) |
Run the main for a generic tessg* program.
argc | number of command line arguments | |
argv | command line arguments | |
progname | name of the specific program | |
field | pointer to function that calculates the field of a single tesseroid |