mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
17 lines
119 B
Plaintext
17 lines
119 B
Plaintext
|
netcdf test_vlen7 {
|
||
|
|
||
|
types:
|
||
|
int(*) v_t;
|
||
|
|
||
|
dimensions:
|
||
|
d=1;
|
||
|
|
||
|
variables:
|
||
|
v_t v1(d);
|
||
|
|
||
|
data:
|
||
|
|
||
|
v1 = {17,19,21} ;
|
||
|
}
|
||
|
|