- Timestamp:
- 11/03/09 12:44:52 (4 months ago)
- Location:
- MOAB/trunk
- Files:
-
- 3 modified
-
MBAdaptiveKDTree.cpp (modified) (1 diff)
-
ReadHDF5.cpp (modified) (1 diff)
-
WriteHDF5.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/MBAdaptiveKDTree.cpp
r3241 r3272 55 55 56 56 #if defined(MB_AD_KD_TREE_USE_SINGLE_TAG) && defined(HDF5_FILE) 57 /* include our MPI header before any HDF5 because otherwise 58 it will get included indirectly by HDF5 */ 59 # ifdef USE_MPI 60 # include "MBmpi.h" 61 # endif 57 62 # include <H5Tpublic.h> 58 63 #endif -
MOAB/trunk/ReadHDF5.cpp
r3188 r3272 25 25 26 26 #include <assert.h> 27 /* include our MPI header before any HDF5 because otherwise 28 it will get included indirectly by HDF5 */ 29 #ifdef USE_MPI 30 # include "MBmpi.h" 31 #endif 27 32 #include <H5Tpublic.h> 28 33 #include <H5Ppublic.h> -
MOAB/trunk/WriteHDF5.cpp
r3099 r3272 42 42 #include <cstdio> 43 43 #include <iostream> 44 /* include our MPI header before any HDF5 because otherwise 45 it will get included indirectly by HDF5 */ 46 #ifdef USE_MPI 47 # include "MBmpi.h" 48 #endif 44 49 #include <H5Tpublic.h> 45 50 #include <H5Ppublic.h>
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)