mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
9 lines
65 B
Plaintext
9 lines
65 B
Plaintext
|
netcdf test_one_var.nc {
|
||
|
variables:
|
||
|
int t ;
|
||
|
|
||
|
data:
|
||
|
|
||
|
t = 17 ;
|
||
|
}
|