mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
netcdf ref_tst_compounds4 {
|
|
types:
|
|
compound c {
|
|
float x ;
|
|
double y ;
|
|
}; // c
|
|
compound d {
|
|
c s1 ;
|
|
}; // d
|
|
|
|
// global attributes:
|
|
d :a1 = {{1, -2}} ;
|
|
}
|