mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r1512] moved the array before the string in the struct for tstr.h5
This commit is contained in:
parent
fe79dac33b
commit
dc83f3f316
@ -1053,8 +1053,8 @@ char string4[3][20] = { "s1234567890123456789", "s1234567890123456789",
|
||||
|
||||
hsize_t dims5[] = { 3, 6};
|
||||
typedef struct {
|
||||
char s[12][32];
|
||||
int a[8][10];
|
||||
char s[12][32];
|
||||
} compound_t;
|
||||
compound_t comp1[3][6];
|
||||
size_t mdims[2];
|
||||
|
Loading…
Reference in New Issue
Block a user