summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2022-08-16 21:06:55 (GMT)
committerGitHub <noreply@github.com>2022-08-16 21:06:55 (GMT)
commit951566a4ad55a0d35fd6320d30101dd5671a5d6c (patch)
tree9945875eb242303679f2493b78ecca192a53d673
parent75f4d9b042e54d704c7260adf2824f72165b6c3b (diff)
downloadhdf5-951566a4ad55a0d35fd6320d30101dd5671a5d6c.zip
hdf5-951566a4ad55a0d35fd6320d30101dd5671a5d6c.tar.gz
hdf5-951566a4ad55a0d35fd6320d30101dd5671a5d6c.tar.bz2
Fix cpp comment (#2011)
* Fix test failure Description: - Added two H5File constructors to open file with non-default fapl - Added non-default fapl to test functions - Commented certain renaming attribute tests because of the unexpected behavior in renaming an attribute (HDFFV-11327) Platform tested: Linux/64 (jelly) * Committing clang-format changes * Update H5File.cpp Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--c++/src/H5File.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp
index 6e85015..eaa7162 100644
--- a/c++/src/H5File.cpp
+++ b/c++/src/H5File.cpp
@@ -124,8 +124,7 @@ H5File::H5File(const H5std_string &name, unsigned int flags, const FileCreatProp
///\brief Opens an HDF5 file using a non-default access property list
///\param name - IN: Name of the file
///\param flags - IN: File access flags
-///\param access_plist - IN: File access property list. Default to
-/// FileAccPropList::DEFAULT
+///\param access_plist - IN: File access property list.
///\par Description
/// Valid values of \a flags include:
/// \li \c H5F_ACC_RDONLY - Open file as read-only, if it already