moab
|
00001 #ifdef USE_MPI 00002 # include "moab_mpi.h" 00003 #endif 00004 #include <H5Epublic.h> 00005 00006 namespace moab { 00007 00008 extern "C" { 00009 #if defined(H5E_auto_t_vers) && H5E_auto_t_vers > 1 00010 typedef herr_t (*HDF5_Error_Func_Type)( hid_t, void* ); 00011 #else 00012 typedef herr_t (*HDF5_Error_Func_Type)( void* ); 00013 #endif 00014 } 00015 00016 bool HDF5_can_append_hyperslabs(); 00017 00018 } // namespace moab 00019