[MOAB-dev] r5624 - MOAB/trunk/src/parallel/moab

iulian at mcs.anl.gov iulian at mcs.anl.gov
Mon Jul 2 13:53:18 CDT 2012


Author: iulian
Date: 2012-07-02 13:53:18 -0500 (Mon, 02 Jul 2012)
New Revision: 5624

Modified:
   MOAB/trunk/src/parallel/moab/ProcConfig.hpp
Log:
this file should be included only when we use mpi, anyway
(thanks, Xiabing)


Modified: MOAB/trunk/src/parallel/moab/ProcConfig.hpp
===================================================================
--- MOAB/trunk/src/parallel/moab/ProcConfig.hpp	2012-07-02 16:11:30 UTC (rev 5623)
+++ MOAB/trunk/src/parallel/moab/ProcConfig.hpp	2012-07-02 18:53:18 UTC (rev 5624)
@@ -16,9 +16,7 @@
 #ifndef MOAB_PROC_CONFIG_HPP
 #define MOAB_PROC_CONFIG_HPP
 
-#ifdef USE_MPI
 #include "moab_mpi.h"
-#endif
 
 #include "moab/Types.hpp"
 #include "moab/Range.hpp"



More information about the moab-dev mailing list