update to GMT6

This commit is contained in:
张壹 2021-06-16 10:09:36 +08:00
parent 24b660cf03
commit c90dbb847a
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 "unistd.h"
#define GMT_VF_LEN 16
int main(int argc, char *argv[])
{
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 "string"
#define GMT_VF_LEN 16
int main(int argc, char *argv[])
{
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 "string"
#define GMT_VF_LEN 16
int main(int argc, char *argv[])
{
std::string cpt_file = "../data/ex3.cpt";