From 951566a4ad55a0d35fd6320d30101dd5671a5d6c Mon Sep 17 00:00:00 2001 From: bmribler <39579120+bmribler@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:06:55 -0400 Subject: 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> --- c++/src/H5File.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v0.12