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

10 lines
108 B
Plaintext

netcdf test {
types:
int(*) person_t ;
variables:
person_t person ;
data:
person = {1, 2, 3, 5, 8} ;
}