Merge branch 'master' of https://gitee.com/yizhangss/gmt_api_example
This commit is contained in:
commit
34e5069f62
BIN
src/gridding
Executable file
BIN
src/gridding
Executable file
Binary file not shown.
@ -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
BIN
src/plot_grid
Executable file
Binary file not shown.
@ -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
BIN
src/plot_memory
Executable file
Binary file not shown.
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user