[MOAB-dev] r2958 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Jun 22 12:13:38 CDT 2009
Author: kraftche
Date: 2009-06-22 12:13:38 -0500 (Mon, 22 Jun 2009)
New Revision: 2958
Modified:
MOAB/trunk/WriteHDF5.cpp
Log:
fix bug handling invalid handles during h5m write
Modified: MOAB/trunk/WriteHDF5.cpp
===================================================================
--- MOAB/trunk/WriteHDF5.cpp 2009-06-22 13:24:56 UTC (rev 2957)
+++ MOAB/trunk/WriteHDF5.cpp 2009-06-22 17:13:38 UTC (rev 2958)
@@ -1214,6 +1214,7 @@
*i = 0;
++i;
++h;
+ continue;
}
id_t n = pi->second - pi->first + 1;
More information about the moab-dev
mailing list