mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
|
netcdf test_one_vararray {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
data:
|
||
|
|
||
|
t = 17, 37 ;
|
||
|
}
|