[MOAB-dev] r1789 - MOAB/branches/ghosting/parallel

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu May 1 14:56:11 CDT 2008


Author: tautges
Date: 2008-05-01 14:56:11 -0500 (Thu, 01 May 2008)
New Revision: 1789

Modified:
   MOAB/branches/ghosting/parallel/errmem.h
   MOAB/branches/ghosting/parallel/gs.h
Log:
Fixing a few gcc-4.3-noticed compile problems.




Modified: MOAB/branches/ghosting/parallel/errmem.h
===================================================================
--- MOAB/branches/ghosting/parallel/errmem.h	2008-05-01 19:37:56 UTC (rev 1788)
+++ MOAB/branches/ghosting/parallel/errmem.h	2008-05-01 19:56:11 UTC (rev 1789)
@@ -1,6 +1,8 @@
 #ifndef ERRMEM_H
 #define ERRMEM_H
 
+#include "malloc.h"
+
 /* requires:
      <stdlib.h> for malloc, calloc, realloc, free
 */

Modified: MOAB/branches/ghosting/parallel/gs.h
===================================================================
--- MOAB/branches/ghosting/parallel/gs.h	2008-05-01 19:37:56 UTC (rev 1788)
+++ MOAB/branches/ghosting/parallel/gs.h	2008-05-01 19:56:11 UTC (rev 1789)
@@ -34,7 +34,7 @@
 #endif
 } gs_data;
 
-gs_data *gs_data_setup(uint n, const long *label, const ulong *label,
+gs_data *gs_data_setup(uint n, const long *label, const ulong *ulabel,
                        uint maxv, const unsigned int nlabels,
                        const unsigned int nulabels,
                        crystal_data *crystal);




More information about the moab-dev mailing list