diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-12 05:03:46 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-12 05:03:46 (GMT) |
commit | 5a0d8d0d16fad83346089ab160a2d3b128a2373d (patch) | |
tree | 4d7eb6568506d28c70e222a6d3b441a958d59309 /c++ | |
parent | 17af6bcb791ae8fa1027717bc155c56bc7d17640 (diff) | |
download | hdf5-5a0d8d0d16fad83346089ab160a2d3b128a2373d.zip hdf5-5a0d8d0d16fad83346089ab160a2d3b128a2373d.tar.gz hdf5-5a0d8d0d16fad83346089ab160a2d3b128a2373d.tar.bz2 |
Updated RELEASE.txt
Description:
- Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove,
H5Ldelete, and H5Lget_info
- Class LinkCreatPropList
- Fixed typo in source file
Platforms tested:
Linux/64 (jelly)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5Location.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp index c82df2c..2dceb6e 100644 --- a/c++/src/H5Location.cpp +++ b/c++/src/H5Location.cpp @@ -1471,7 +1471,7 @@ void H5Location::getObjinfo(const H5std_string& name, H5G_stat_t& statbuf) const //-------------------------------------------------------------------------- // Function: H5Location::getLinkInfo -///\brief Returns the name of the object that the symbolic link points to. +///\brief Returns the information of the named link. ///\param link_name - IN: Symbolic link to the object ///\param size - IN: Maximum number of characters of value to be returned ///\return Name of the object |