diff options
Diffstat (limited to 'c++/src/H5File.cpp')
-rw-r--r-- | c++/src/H5File.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp index 4b92806..116ba67 100644 --- a/c++/src/H5File.cpp +++ b/c++/src/H5File.cpp @@ -23,6 +23,9 @@ namespace H5 { #endif +// Default constructor +H5File::H5File() : IdComponent() {} + // Creates or opens an HDF5 file depending on the parameter flags. H5File::H5File( const string& name, unsigned int flags, const FileCreatPropList& create_plist, const FileAccPropList& access_plist ) : IdComponent() { |