[MOAB-dev] r4262 - MOAB/trunk/src
jain at mcs.anl.gov
jain at mcs.anl.gov
Thu Nov 11 16:22:33 CST 2010
Author: jain
Date: 2010-11-11 16:22:33 -0600 (Thu, 11 Nov 2010)
New Revision: 4262
Modified:
MOAB/trunk/src/MBTagConventions.hpp
Log:
o Reverting NAME_TAG_SIZE value to 32.
Modified: MOAB/trunk/src/MBTagConventions.hpp
===================================================================
--- MOAB/trunk/src/MBTagConventions.hpp 2010-11-11 16:01:03 UTC (rev 4261)
+++ MOAB/trunk/src/MBTagConventions.hpp 2010-11-11 22:22:33 UTC (rev 4262)
@@ -100,6 +100,6 @@
* storing or searching for a value must be padded with '\0' chars.
*/
#define NAME_TAG_NAME "NAME"
-#define NAME_TAG_SIZE 64
+#define NAME_TAG_SIZE 32
#endif
More information about the moab-dev
mailing list