mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
|
netcdf test_anon_dim.2 {
|
||
|
dimensions:
|
||
|
_Anonymous4 = 4 ;
|
||
|
variables:
|
||
|
int vu32(_Anonymous4) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/vu32[0:3]" ;
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
vu32 = -1169720286, -920699049, -2088732436, 1060190036 ;
|
||
|
}
|