mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
netcdf test {
|
|
variables:
|
|
float types.floats.f32 ;
|
|
data:
|
|
|
|
types.floats.f32 = 0 ;
|
|
}
|