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