[MOAB-dev] r4066 - MOAB/trunk/src/io
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Jul 22 10:19:36 CDT 2010
Author: kraftche
Date: 2010-07-22 10:19:36 -0500 (Thu, 22 Jul 2010)
New Revision: 4066
Modified:
MOAB/trunk/src/io/WriteHDF5.cpp
Log:
enable writing of dense-formatted tag data
Modified: MOAB/trunk/src/io/WriteHDF5.cpp
===================================================================
--- MOAB/trunk/src/io/WriteHDF5.cpp 2010-07-22 15:18:17 UTC (rev 4065)
+++ MOAB/trunk/src/io/WriteHDF5.cpp 2010-07-22 15:19:36 UTC (rev 4066)
@@ -389,7 +389,8 @@
dbgOut.set_verbosity(tmpval);
}
- writeTagDense = (MB_SUCCESS == opts.get_null_option("DENSE_TAGS"));
+ //writeTagDense = (MB_SUCCESS == opts.get_null_option("DENSE_TAGS"));
+ writeTagDense = true;
// Enable some extra checks for reads. Note: amongst other things this
// will print errors if the entire file is not read, so if doing a
More information about the moab-dev
mailing list