mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
netcdf test_anon_dim.2 {
|
||
|
dimensions:
|
||
|
_Anonymous4 = 4 ;
|
||
|
variables:
|
||
|
int vu32(_Anonymous4) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/vu32[0:3]" ;
|
||
|
}
|