[svn-r5270] Purpose: bug fix
Description:
The default constructor of H5File was missing. It's now added.
Platforms:
SunOS 5.7 (arabica)
Linux 6.2 (eirene)
IRIX 6.5.11 (modi4)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user