mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
|
netcdf test_atomic_array.8 {
|
||
|
dimensions:
|
||
|
_Anonymous3 = 3 ;
|
||
|
variables:
|
||
|
short v16(_Anonymous3) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/v16[0:1,3]" ;
|
||
|
data:
|
||
|
|
||
|
v16 = 1, 2, 4 ;
|
||
|
}
|