DEBSOURCES
Skip Quicknav
sources / netcdf-parallel / 1%3A4.6.2-1 / dap4_test / cdltestfiles / test_struct1.cdl
1234567891011
netcdf test_struct_type { types: compound c_t { int x ; int y ; }; // c_t variables: c_t s; data: s = {1,-2}; }