[MOAB-dev] r4170 - MOAB/trunk/src
jain at mcs.anl.gov
jain at mcs.anl.gov
Mon Sep 27 16:17:17 CDT 2010
Author: jain
Date: 2010-09-27 16:17:16 -0500 (Mon, 27 Sep 2010)
New Revision: 4170
Modified:
MOAB/trunk/src/MBTagConventions.hpp
Log:
o Increasing the NAME_TAG_SIZE from 32 to 64 for reading tag names with more than 32 characters.
Modified: MOAB/trunk/src/MBTagConventions.hpp
===================================================================
--- MOAB/trunk/src/MBTagConventions.hpp 2010-09-27 21:12:38 UTC (rev 4169)
+++ MOAB/trunk/src/MBTagConventions.hpp 2010-09-27 21:17:16 UTC (rev 4170)
@@ -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 32
+#define NAME_TAG_SIZE 64
#endif
More information about the moab-dev
mailing list