[MOAB-dev] r1392 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Nov 14 16:13:16 CST 2007


Author: kraftche
Date: 2007-11-14 16:13:16 -0600 (Wed, 14 Nov 2007)
New Revision: 1392

Modified:
   MOAB/trunk/MBMeshSet.hpp
Log:
fix build error in #ifdef'd out code

Modified: MOAB/trunk/MBMeshSet.hpp
===================================================================
--- MOAB/trunk/MBMeshSet.hpp	2007-11-14 21:25:38 UTC (rev 1391)
+++ MOAB/trunk/MBMeshSet.hpp	2007-11-14 22:13:16 UTC (rev 1392)
@@ -224,6 +224,8 @@
   unsigned long parent_child_memory_use() const;
 
 #ifndef MB_MESH_SET_COMPACT_PARENT_CHILD_LISTS
+  //!Meshset propery flags
+  unsigned char mFlags;
     //! links to parents/children
   LinkSet parentMeshSets, childMeshSets;
   




More information about the moab-dev mailing list