mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +08:00
8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
netcdf test_one_var {
|
|
variables:
|
|
int t ;
|
|
data:
|
|
|
|
t = 17 ;
|
|
}
|