mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
|
netcdf test_one_vararray.1 {
|
||
|
dimensions:
|
||
|
_Anonymous1 = 1 ;
|
||
|
variables:
|
||
|
int t(_Anonymous1) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/t[1]" ;
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
t = 37 ;
|
||
|
}
|