mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
|
Dataset {
|
||
|
Structure {
|
||
|
Byte v1[4];
|
||
|
Int32 v3[2];
|
||
|
Float64 v5[2];
|
||
|
} S1[2];
|
||
|
Sequence {
|
||
|
Int16 v2[4];
|
||
|
Float32 v4[2];
|
||
|
} Q1;
|
||
|
} TEST4;
|