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

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu Oct 13 09:43:59 CDT 2011


Author: tautges
Date: 2011-10-13 09:43:58 -0500 (Thu, 13 Oct 2011)
New Revision: 5192

Modified:
   MOAB/trunk/src/DebugOutput.cpp
Log:
Adding include to re-enable pgi compile.



Modified: MOAB/trunk/src/DebugOutput.cpp
===================================================================
--- MOAB/trunk/src/DebugOutput.cpp	2011-10-12 14:37:38 UTC (rev 5191)
+++ MOAB/trunk/src/DebugOutput.cpp	2011-10-13 14:43:58 UTC (rev 5192)
@@ -9,6 +9,8 @@
 
 #ifdef USE_MPI
 #  include "moab_mpi.h"
+#else
+#  include "time.h"
 #endif
 
 namespace moab {








































More information about the moab-dev mailing list