mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
|
netcdf test_vlen6 {
|
||
|
types:
|
||
|
compound v1_base_t {
|
||
|
int v1 ;
|
||
|
}; // v1_base_t
|
||
|
v1_base_t(*) v1_t ;
|
||
|
dimensions:
|
||
|
d = 2 ;
|
||
|
variables:
|
||
|
v1_t v1(d) ;
|
||
|
|
||
|
}
|