[MOAB-dev] r3616 - MOAB/trunk/src

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Mar 15 10:20:45 CDT 2010


Author: kraftche
Date: 2010-03-15 10:20:45 -0500 (Mon, 15 Mar 2010)
New Revision: 3616

Modified:
   MOAB/trunk/src/AdaptiveKDTree.cpp
Log:
fix mistake in r3615

Modified: MOAB/trunk/src/AdaptiveKDTree.cpp
===================================================================
--- MOAB/trunk/src/AdaptiveKDTree.cpp	2010-03-15 15:00:24 UTC (rev 3615)
+++ MOAB/trunk/src/AdaptiveKDTree.cpp	2010-03-15 15:20:45 UTC (rev 3616)
@@ -33,6 +33,7 @@
 #  define finite(A) _finite(A)
 #endif
 
+#if defined(MB_AD_KD_TREE_USE_SINGLE_TAG) && defined(HDF5_FILE)
   /* include our MPI header before any HDF5 because otherwise
      it will get included indirectly by HDF5 */
 # ifdef USE_MPI
@@ -63,8 +64,6 @@
 // store struct Plane as opaque.
 #define MB_AD_KD_TREE_USE_TWO_DOUBLE_TAG
 
-#if defined(MB_AD_KD_TREE_USE_SINGLE_TAG) && defined(HDF5_FILE)
-
 #define MAKE_TAG( NAME, STORAGE, TYPE, COUNT, HANDLE, DEFAULT ) \
   if (MB_SUCCESS != make_tag( moab(), \
                               (NAME), \



More information about the moab-dev mailing list