netcdf-c/ncdap_test/nocacheremote4/test.04.1.dmp

12 lines
124 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf test {
types:
compound types_t {
int i32 ;
}; // types_t
variables:
types_t types ;
data:
types = {1} ;
}