mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
netcdf test_one_var {
|
||
|
variables:
|
||
|
int t;
|
||
|
data:
|
||
|
t = 17;
|
||
|
}
|