mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
|
netcdf test_opaque_array {
|
||
|
types:
|
||
|
opaque(8) opaque8_t ;
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
opaque8_t vo2(d2, d2) ;
|
||
|
|
||
|
}
|