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

tautges at mcs.anl.gov tautges at mcs.anl.gov
Tue Dec 14 15:02:27 CST 2010


Author: tautges
Date: 2010-12-14 15:02:27 -0600 (Tue, 14 Dec 2010)
New Revision: 4372

Modified:
   MOAB/trunk/src/io/ReadNC.cpp
Log:
Un-commenting an assert on the end of the tag iterator range.



Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp	2010-12-14 20:55:05 UTC (rev 4371)
+++ MOAB/trunk/src/io/ReadNC.cpp	2010-12-14 21:02:27 UTC (rev 4372)
@@ -448,7 +448,7 @@
   void *data;
   rval = mbImpl->tag_iterate(var_data.varTags[tstep_num], viter, verts.end(), data);
   ERRORR(rval, "Failed to get tag iterator.");
-    //assert(viter == verts.end());
+  assert(viter == verts.end());
   
     // finally, read into that space
   int success, *idata;








































More information about the moab-dev mailing list