mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
|
netcdf test_sequence_1 {
|
||
|
types:
|
||
|
compound s_base_t {
|
||
|
int i1 ;
|
||
|
short sh1 ;
|
||
|
}; // s_base_t
|
||
|
s_base_t(*) s_t ;
|
||
|
variables:
|
||
|
s_t s ;
|
||
|
|
||
|
// global attributes:
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
s = {{-920699049, 896}} ;
|
||
|
}
|