netcdf-c/ncdump/ref_tst_compounds4.cdl
2010-06-03 13:24:43 +00:00

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}} ;
}