mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
|
netcdf test_one_vararray.3 {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/t[0:1]" ;
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
}
|