mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
17 lines
127 B
Plaintext
17 lines
127 B
Plaintext
|
netcdf test_vlen6 {
|
||
|
|
||
|
types:
|
||
|
int(*) v_t;
|
||
|
|
||
|
dimensions:
|
||
|
d=2;
|
||
|
|
||
|
variables:
|
||
|
v_t v1(d);
|
||
|
|
||
|
data:
|
||
|
|
||
|
v1 = {1,3,5,7}, {17,19} ;
|
||
|
}
|
||
|
|