This commit is contained in:
张壹 2021-08-21 21:56:59 +08:00
commit 34e5069f62
6 changed files with 6 additions and 0 deletions

BIN
src/gridding Executable file

Binary file not shown.

View File

@ -3,6 +3,8 @@
#include "string" #include "string"
#include "unistd.h" #include "unistd.h"
#define GMT_VF_LEN 16
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
std::string table_name = "../data/table.txt"; std::string table_name = "../data/table.txt";

BIN
src/plot_grid Executable file

Binary file not shown.

View File

@ -4,6 +4,8 @@
#include "iostream" #include "iostream"
#include "string" #include "string"
#define GMT_VF_LEN 16
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
std::string cpt_file = "../data/ex2.cpt"; std::string cpt_file = "../data/ex2.cpt";

BIN
src/plot_memory Executable file

Binary file not shown.

View File

@ -4,6 +4,8 @@
#include "iostream" #include "iostream"
#include "string" #include "string"
#define GMT_VF_LEN 16
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
std::string cpt_file = "../data/ex3.cpt"; std::string cpt_file = "../data/ex3.cpt";