[svn-r24189] Purpose: Fixed bug HDFFV-1060

Description:
    Changed header guards from single underscore to double underscore.
Platforms tested:
    Linux/32 2.6 (jam) - very minor
    Linux/64 2.6 (koala)/PGI compilers
This commit is contained in:
Binh-Minh Ribler
2013-09-22 23:04:26 -05:00
parent f8fb310610
commit 94b55940ea
30 changed files with 90 additions and 90 deletions

View File

@@ -14,8 +14,8 @@
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef _H5FileCreatPropList_H
#define _H5FileCreatPropList_H
#ifndef __H5FileCreatPropList_H
#define __H5FileCreatPropList_H
#ifndef H5_NO_NAMESPACE
namespace H5 {
@@ -78,4 +78,4 @@ class H5_DLLCPP FileCreatPropList : public PropList {
#ifndef H5_NO_NAMESPACE
}
#endif
#endif
#endif // __H5FileCreatPropList_H