[MOAB-dev] r1678 - MOAB/trunk/parallel
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Mar 21 17:03:33 CDT 2008
Author: kraftche
Date: 2008-03-21 17:03:33 -0500 (Fri, 21 Mar 2008)
New Revision: 1678
Modified:
MOAB/trunk/parallel/MBParallelComm.hpp
MOAB/trunk/parallel/tuple_list.h
Log:
Move includes out of MBParallelComm to reduce noise during build
Modified: MOAB/trunk/parallel/MBParallelComm.hpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.hpp 2008-03-21 16:59:20 UTC (rev 1677)
+++ MOAB/trunk/parallel/MBParallelComm.hpp 2008-03-21 22:03:33 UTC (rev 1678)
@@ -30,11 +30,9 @@
#include "MBProcConfig.hpp"
#include <map>
#include "math.h"
-extern "C"
-{
-#include "minmax.h"
-#include "sort.h"
-#include "tuple_list.h"
+
+extern "C" {
+ struct tuple_list;
}
class TagServer;
Modified: MOAB/trunk/parallel/tuple_list.h
===================================================================
--- MOAB/trunk/parallel/tuple_list.h 2008-03-21 16:59:20 UTC (rev 1677)
+++ MOAB/trunk/parallel/tuple_list.h 2008-03-21 22:03:33 UTC (rev 1678)
@@ -20,7 +20,7 @@
#warning "tuple_list.h" requires "errmem.h" and "types.h" and "minmax.h" and "sort.h"
#endif
-typedef struct {
+typedef struct tuple_list {
unsigned mi,ml,mul,mr;
uint n, max;
sint *vi; slong *vl; ulong *vul; real *vr;
More information about the moab-dev
mailing list