[MOAB-dev] r4544 - MOAB/trunk/src/io

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Mar 7 19:06:57 CST 2011


Author: kraftche
Date: 2011-03-07 19:06:57 -0600 (Mon, 07 Mar 2011)
New Revision: 4544

Modified:
   MOAB/trunk/src/io/WriteHDF5.cpp
Log:
remove invalid assert from HDF5 writer

Modified: MOAB/trunk/src/io/WriteHDF5.cpp
===================================================================
--- MOAB/trunk/src/io/WriteHDF5.cpp	2011-03-08 01:05:55 UTC (rev 4543)
+++ MOAB/trunk/src/io/WriteHDF5.cpp	2011-03-08 01:06:57 UTC (rev 4544)
@@ -1100,7 +1100,7 @@
       dbgOut.print(2, "Writing set parent lists\n" );
       break;
   }
-  assert(max_vals > 0); // should have skipped this function otherwise
+  //assert(max_vals > 0); // should have skipped this function otherwise
   
   // buffer to use for IO
   id_t* buffer = reinterpret_cast<id_t*>(dataBuffer);








































More information about the moab-dev mailing list