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>
This commit is contained in:
bmribler 2022-08-16 17:06:55 -04:00 committed by GitHub
parent 75f4d9b042
commit 951566a4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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