diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-03-22 19:16:38 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-03-22 19:16:38 (GMT) |
commit | 3f1c23b3151153395c6001b895532bf101bdd746 (patch) | |
tree | 07ed9ef89c9c8f5f23dffca175a1a673fd346452 /c++/src/H5File.cpp | |
parent | c8018386da2165a16f5e2d0cb5a391dca07b4ed5 (diff) | |
download | hdf5-3f1c23b3151153395c6001b895532bf101bdd746.zip hdf5-3f1c23b3151153395c6001b895532bf101bdd746.tar.gz hdf5-3f1c23b3151153395c6001b895532bf101bdd746.tar.bz2 |
[svn-r23428] Description:
Fixed bug HDFFV-4272. Just typos in documentation.
Platform tested:
Jam
Diffstat (limited to 'c++/src/H5File.cpp')
-rw-r--r-- | c++/src/H5File.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp index 1f7b6f8..ede7469 100644 --- a/c++/src/H5File.cpp +++ b/c++/src/H5File.cpp @@ -61,7 +61,7 @@ H5File::H5File() : H5Location(), id(0) {} /// modifying default file meta-data. Default to /// FileCreatPropList::DEFAULT ///\param access_plist - IN: File access property list. Default to -/// FileCreatPropList::DEFAULT +/// FileAccPropList::DEFAULT ///\par Description /// Valid values of \a flags include: /// \li \c H5F_ACC_TRUNC - Truncate file, if it already exists, @@ -101,7 +101,7 @@ H5File::H5File( const char* name, unsigned int flags, const FileCreatPropList& c /// modifying default file meta-data. Default to /// FileCreatPropList::DEFAULT ///\param access_plist - IN: File access property list. Default to -/// FileCreatPropList::DEFAULT +/// FileAccPropList::DEFAULT // Notes With a PGI compiler (~2012-2013), the exception thrown by p_get_file // could not be caught in the applications. Added try block here // to catch then re-throw it. -BMR 2013/03/21 @@ -201,7 +201,7 @@ bool H5File::isHdf5(const H5std_string& name ) ///\param name - IN: Name of the file ///\param flags - IN: File access flags ///\param access_plist - IN: File access property list. Default to -/// FileCreatPropList::DEFAULT +/// FileAccPropList::DEFAULT ///\par Description /// Valid values of \a flags include: /// H5F_ACC_RDWR: Open with read/write access. If the file is |