netcdf-c/libsrc4
Greg Sjaardema 382ff98e6c Use an hdf5-api function that eliminates code
The H5Aexists hdf5 function does the same function as the manually coded loop with much less code and fewer function calls.

Also, the H5Aopen_idx and H5Aget_num_attrs functions are deprecated.
2016-07-13 09:30:54 -04:00
..
CMakeLists.txt Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
error4.c
Makefile.am Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
nc3stub.c
nc3stub.h
nc4attr.c Tentatively fixed https://github.com/Unidata/netcdf-c/issues/239 but the test needs to be extended. 2016-06-10 17:03:08 -06:00
nc4dim.c Finally get around to removing all that 2016-05-14 22:31:41 -06:00
nc4dispatch.c
nc4dispatch.h
nc4file.c The name hash for hdf4 variables was 2016-06-01 15:20:36 -06:00
nc4grp.c
nc4hdf.c Use an hdf5-api function that eliminates code 2016-07-13 09:30:54 -04:00
nc4info.c HDF5 is generating unnecessary error messages when netcdf4 logging is enabled 2016-05-27 10:08:01 -06:00
nc4internal.c HDF5 is generating unnecessary error messages when netcdf4 logging is enabled 2016-05-27 10:08:01 -06:00
nc4type.c
nc4var.c Finally get around to removing all that 2016-05-14 22:31:41 -06:00
ncfunc.c Finally get around to removing all that 2016-05-14 22:31:41 -06:00
stub3.c
stub4.c