Description:

Miscellaneous clean-up: format and comments
Platforms tested:
    Linux/64 (jelly)
    Darwin (osx1010test)
This commit is contained in:
Binh-Minh Ribler
2017-03-17 11:03:18 -05:00
parent f7711df680
commit 50ac3cd6ec
38 changed files with 219 additions and 183 deletions

View File

@@ -17,7 +17,6 @@
#ifndef __H5File_H
#define __H5File_H
namespace H5 {
/*! \class H5File
@@ -123,7 +122,8 @@ class H5_DLLCPP H5File : public Group {
// constructors taking a string or a char*
void p_get_file(const char* name, unsigned int flags, const FileCreatPropList& create_plist, const FileAccPropList& access_plist);
};
}
}; // end of H5File
} // namespace H5
#endif // __H5File_H