mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
|
netcdf test_opaque {
|
||
|
types:
|
||
|
ubyte(*) _bytestring ;
|
||
|
variables:
|
||
|
_bytestring vo1 ;
|
||
|
|
||
|
// global attributes:
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
vo1 = {1, 35, 69, 103, 137, 171, 205, 239} ;
|
||
|
}
|