diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2022-04-21 17:46:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 17:46:54 (GMT) |
commit | ff8f512871b72e80c6d602d1539ae70072e18abb (patch) | |
tree | 491c1f08a68d92e400d939d96fefdc7bfef57ddc /src/H5MVmodule.h | |
parent | ff7fe9e9af404591d3d50f3b33d190679529bb10 (diff) | |
parent | 2f86cba3ec7b9f46b84e8cd239a1fee242c15049 (diff) | |
download | hdf5-ff8f512871b72e80c6d602d1539ae70072e18abb.zip hdf5-ff8f512871b72e80c6d602d1539ae70072e18abb.tar.gz hdf5-ff8f512871b72e80c6d602d1539ae70072e18abb.tar.bz2 |
Merge pull request #62 from vchoi-hdfgroup/feature/vfd_swmr
Feature/vfd swmr
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 */ |