mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
netcdf test_anon_dim.2.syn {
|
||
|
dimensions:
|
||
|
_Anonymous4 = 4 ;
|
||
|
variables:
|
||
|
int vu32(_Anonymous4) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/vu32[0:3]" ;
|
||
|
data:
|
||
|
|
||
|
vu32 = -1169720286, -920699049, -2088732436, 1060190036 ;
|
||
|
}
|