[MOAB-dev] r1700 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Mar 25 15:38:46 CDT 2008


Author: kraftche
Date: 2008-03-25 15:38:46 -0500 (Tue, 25 Mar 2008)
New Revision: 1700

Modified:
   MOAB/trunk/WriteHDF5.hpp
Log:
fix portability issue

Modified: MOAB/trunk/WriteHDF5.hpp
===================================================================
--- MOAB/trunk/WriteHDF5.hpp	2008-03-25 20:38:32 UTC (rev 1699)
+++ MOAB/trunk/WriteHDF5.hpp	2008-03-25 20:38:46 UTC (rev 1700)
@@ -160,7 +160,7 @@
     //! Always zero except for parallel IO.
     id_t offset;
     //! Offset for adjacency data.  Always zero except for parallel IO
-    id_t adj_offset;
+    MBEntityID adj_offset;
     
     bool operator<( const ExportSet& other ) const
       { return type < other.type || 




More information about the moab-dev mailing list