netcdf-c/ncdump/ref_tst_compounds4.cdl

14 lines
172 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf ref_tst_compounds4 {
types:
compound c {
float x ;
double y ;
}; // c
compound d {
c s1 ;
}; // d
// global attributes:
d :a1 = {{1, -2}} ;
}