mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
netcdf test {
|
|
types:
|
|
float(*) types_t ;
|
|
variables:
|
|
types_t types ;
|
|
data:
|
|
|
|
types = {0, 0.9999833, 1.999867, 2.99955, 3.998933} ;
|
|
}
|