[MOAB-dev] r2659 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Feb 26 14:16:05 CST 2009


Author: kraftche
Date: 2009-02-26 14:16:05 -0600 (Thu, 26 Feb 2009)
New Revision: 2659

Modified:
   MOAB/trunk/MBCN.hpp
Log:
MAX_SUB_ENTITY_VERTICES should be 9

Modified: MOAB/trunk/MBCN.hpp
===================================================================
--- MOAB/trunk/MBCN.hpp	2009-02-26 20:13:48 UTC (rev 2658)
+++ MOAB/trunk/MBCN.hpp	2009-02-26 20:16:05 UTC (rev 2659)
@@ -46,7 +46,7 @@
 #define MB_MAX_SUB_ENTITIES  12
 
 // the maximum number of nodes an n-1 dimensional element may have
-#define MB_MAX_SUB_ENTITY_VERTICES 8
+#define MB_MAX_SUB_ENTITY_VERTICES 9
 
 typedef std::pair<MBEntityType, MBEntityType> MBDimensionPair;
 



More information about the moab-dev mailing list