mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
netcdf test_one_vararray {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
}
|