mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
11 lines
115 B
Plaintext
11 lines
115 B
Plaintext
|
netcdf test_one_var {
|
||
|
variables:
|
||
|
int t ;
|
||
|
|
||
|
// global attributes:
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
t = 17 ;
|
||
|
}
|