initial upload

This commit is contained in:
2021-05-05 10:58:03 +08:00
parent d6ffc7f33c
commit f1cf25db22
114 changed files with 83953 additions and 0 deletions

14
toolkits/prismgxy.c Normal file
View File

@@ -0,0 +1,14 @@
/*
Program to calculate gxy 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, "prismgxy", &prism_gxy);
}