mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
|
netcdf test_vlen11 {
|
||
|
|
||
|
types:
|
||
|
int(*) v1_t;
|
||
|
v1_t(*) v2_t;
|
||
|
|
||
|
variables:
|
||
|
v2_t v;
|
||
|
|
||
|
data:
|
||
|
v = {{1, 3, 5, 7},{100,200}} ;
|
||
|
}
|
||
|
|