netcdf-c/ncdap_test/expectremote4/test.05.1.dmp
2010-06-03 13:24:43 +00:00

15 lines
189 B
Plaintext

netcdf test {
types:
compound floats_t {
float f32 ;
}; // floats_t
compound types_t {
floats_t floats ;
}; // types_t
variables:
types_t types ;
data:
types = {{0}} ;
}