mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
|
netcdf test_struct_array.6 {
|
||
|
types:
|
||
|
compound s_t {
|
||
|
int x ;
|
||
|
int y ;
|
||
|
}; // s_t
|
||
|
dimensions:
|
||
|
_Anonymous2 = 2 ;
|
||
|
variables:
|
||
|
s_t s(_Anonymous2, _Anonymous2) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/s[0:2:3][0:1]" ;
|
||
|
}
|