netcdf-c/ncdap_test/expectremote4/test.07.1.dmp

10 lines
108 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf test {
types:
int(*) person_t ;
variables:
person_t person ;
data:
person = {1, 2, 3, 5, 8} ;
}