mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
netcdf test_opaque_array {
|
||
|
types:
|
||
|
opaque(8) opaque8_t ;
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
opaque8_t vo2(d2, d2) ;
|
||
|
|
||
|
// global attributes:
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
}
|