Commits
Muqun Yang committed f9184027a42
HFRCFLIB-127, The HDF4CF to netCDF-3 converter doesn't convert the unsigned 16-bit integer to 32-bit integer correctly. The original value buffer is defined as vector<char> for unsigned 16-bit integer. The total number of element for unsigned 16-bit integer should be half of the original buffer size.