From 6c161ba4dc7c25da6ecbe98aec10fff7b1365df6 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 7 May 2017 22:56:22 -0500 Subject: Fixed a comment. --- c++/src/H5File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12