mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
12 lines
127 B
Plaintext
12 lines
127 B
Plaintext
netcdf synth1 {
|
|
types:
|
|
compound S1_t {
|
|
int v1(3) ;
|
|
}; // S1_t
|
|
variables:
|
|
S1_t S1 ;
|
|
data:
|
|
|
|
S1 = {{132, 232, 332}} ;
|
|
}
|