mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
netcdf test_fill {
|
||
|
variables:
|
||
|
ubyte uv8 ;
|
||
|
short v16 ;
|
||
|
uint uv32 ;
|
||
|
uv32:_FillValue = 17U ;
|
||
|
|
||
|
}
|