[MOAB-dev] r1738 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Apr 3 09:30:21 CDT 2008


Author: kraftche
Date: 2008-04-03 09:30:21 -0500 (Thu, 03 Apr 2008)
New Revision: 1738

Modified:
   MOAB/trunk/WriteHDF5.cpp
Log:
fix handling of variable-length tags containing handles when sizeof(MBEntityHandle) != sizeof(long)

Modified: MOAB/trunk/WriteHDF5.cpp
===================================================================
--- MOAB/trunk/WriteHDF5.cpp	2008-04-03 00:24:41 UTC (rev 1737)
+++ MOAB/trunk/WriteHDF5.cpp	2008-04-03 14:30:21 UTC (rev 1738)
@@ -2306,6 +2306,7 @@
   case MB_TYPE_HANDLE:
     elem_size = sizeof(MBEntityHandle);
     file_type = mhdf_ENTITY_ID;
+    hdf_type = id_type;
     break;
   case MB_TYPE_OPAQUE:
   default:




More information about the moab-dev mailing list