Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
HDF5Common.hpp
Go to the documentation of this file.
1 #include "moab/MOABConfig.h"
2 #ifdef MOAB_HAVE_MPI
3 #include "moab_mpi.h"
4 #endif
5 #include <H5Epublic.h>
6 
7 namespace moab
8 {
9 
10 extern "C" {
11 #if defined( H5E_auto_t_vers ) && H5E_auto_t_vers > 1
12 typedef herr_t ( *HDF5_Error_Func_Type )( hid_t, void* );
13 #else
14 typedef herr_t ( *HDF5_Error_Func_Type )( void* );
15 #endif
16 }
17 
19 
20 } // namespace moab