[MOAB-dev] r3445 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed Jan 20 09:29:13 CST 2010


Author: kraftche
Date: 2010-01-20 09:29:12 -0600 (Wed, 20 Jan 2010)
New Revision: 3445

Modified:
   MOAB/trunk/Tqdcfr.cpp
Log:
move include of mpi header outside of #ifndef TEST_TQDCFR

Modified: MOAB/trunk/Tqdcfr.cpp
===================================================================
--- MOAB/trunk/Tqdcfr.cpp	2010-01-20 02:37:46 UTC (rev 3444)
+++ MOAB/trunk/Tqdcfr.cpp	2010-01-20 15:29:12 UTC (rev 3445)
@@ -19,6 +19,10 @@
 #include "FileOptions.hpp"
 #include <iostream>
 
+#ifdef USE_MPI
+#include "MBmpi.h"
+#endif
+
 #ifndef TEST_TQDCFR
 
 #include "MBReadUtilIface.hpp"
@@ -29,10 +33,6 @@
 #include "HigherOrderFactory.hpp"
 #include "exodus_order.h"
 
-#ifdef USE_MPI
-#include "MBmpi.h"
-#endif
-
 #include <sstream>
 #include <assert.h>
 



More information about the moab-dev mailing list