gctl/dep/tesseroids/toolkits/prismgx.c

15 lines
256 B
C
Raw Permalink Normal View History

2024-09-10 15:45:07 +08:00
/*
Program to calculate gx of a rectangular prism model on a set of points.
*/
#include "../lib/grav_prism.h"
#include "../lib/prismg_main.h"
/** Main */
int main(int argc, char **argv)
{
return run_prismg_main(argc, argv, "prismgx", &prism_gx);
}