Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.

11 lines
115 B

2 years ago
netcdf test_one_var {
variables:
int t ;
// global attributes:
:_DAP4_Little_Endian = 1UB ;
data:
t = 17 ;
}