diff options
Diffstat (limited to 'src/H5MVmodule.h')
-rw-r--r-- | src/H5MVmodule.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/H5MVmodule.h b/src/H5MVmodule.h index c6cbe19..22a5b4c 100644 --- a/src/H5MVmodule.h +++ b/src/H5MVmodule.h @@ -12,11 +12,11 @@ /*------------------------------------------------------------------------- * - * Created: H5MVmodule.h + * Created: H5MVmodule.h * - * Purpose: This file contains declarations which define macros for - * the H5MV package. Including this header means that the - * source file is part of the H5MV package. + * Purpose: This file contains declarations which define macros for + * the H5MV package. Including this header means that the + * source file is part of the H5MV package. * *------------------------------------------------------------------------- */ @@ -28,8 +28,7 @@ * reporting macros. */ #define H5MV_MODULE -#define H5_MY_PKG H5MV -#define H5_MY_PKG_ERR H5E_RESOURCE -#define H5_MY_PKG_INIT NO +#define H5_MY_PKG H5MV +#define H5_MY_PKG_ERR H5E_RESOURCE #endif /* _H5MVmodule_H */ |