diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-05-08 03:56:22 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-05-08 03:56:22 (GMT) |
commit | 6c161ba4dc7c25da6ecbe98aec10fff7b1365df6 (patch) | |
tree | 8f38dd97ac21f998c58f439fd564242417a7c150 /c++ | |
parent | 45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b (diff) | |
download | hdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.zip hdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.tar.gz hdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.tar.bz2 |
Fixed a comment.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index 55ae73e..e06a942 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -28,7 +28,7 @@ namespace H5 { a root group. It is now done in 1.10 (Mar 30) and 1.8.19 releases. -BMR */ -// Inheritance: CommonFG/H5Location -> IdComponent +// Inheritance: Group -> CommonFG/H5Object -> H5Location -> IdComponent class H5_DLLCPP H5File : public Group { public: // Creates or opens an HDF5 file. |