mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
|
netcdf test_one_vararray {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
|
||
|
}
|