add test data

This commit is contained in:
168492376 2024-11-10 15:23:32 +08:00
parent 2578439e5f
commit 15993c5d1a
3 changed files with 281149 additions and 3 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10,8 +10,8 @@ int main()
gtime_t ts = {0},te = {0};
double ti = 0;
char* infile[256];
char file0[] = "/home/ununtu/Downloads/PRIDE-PPPAR/data/TWTF00TWN_R_20233310000_01D_30S_MO/TWTF00TWN_R_20233310000_01D_30S_MO.rnx";
char file1[] = "/home/ununtu/Downloads/PRIDE-PPPAR/data/TWTF00TWN_R_20233310000_01D_30S_MO/brdm3310.23p";
char file0[] = "../data/TWTF00TWN_R_20233310000_01D_30S_MO/TWTF00TWN_R_20233310000_01D_30S_MO.rnx";
char file1[] = "../data/TWTF00TWN_R_20233310000_01D_30S_MO/brdm3310.23p";
infile[0] = &file0;
infile[1] = &file1;
int index=0;