Commits
cholee committed 56af7a878d1
Make it compile with the latest HDF5 without warning - remove many warnings regarding 'const' modifier - use H5Olink instead of obsolete H5Llink - fix a potential bug when reading a grid attribute To build it, -DH5_USE_16_API should be used. If EOS2 is required, one can use with-hdfeos2 option; e.g. --with-hdfeos2=/mnt/scr1/cholee/hdfeos2 With and without that option, it compiles, but it does not pass the test, yet.