initial upload
This commit is contained in:
16
toolkits/tesspot.c
Normal file
16
toolkits/tesspot.c
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
Program to calculate potential of a tesseroid model on a set of points.
|
||||
*/
|
||||
|
||||
|
||||
#include "../lib/constants.h"
|
||||
#include "../lib/grav_tess.h"
|
||||
#include "../lib/tessg_main.h"
|
||||
|
||||
|
||||
/** Main */
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
return run_tessg_main(argc, argv, "tesspot", &tess_pot,
|
||||
TESSEROID_POT_SIZE_RATIO);
|
||||
}
|
||||
Reference in New Issue
Block a user