mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
|
netcdf test {
|
||
|
variables:
|
||
|
double f64 ;
|
||
|
data:
|
||
|
|
||
|
f64 = 1000 ;
|
||
|
}
|