[MOAB-dev] r3391 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Dec 1 08:30:15 CST 2009
Author: kraftche
Date: 2009-12-01 08:30:15 -0600 (Tue, 01 Dec 2009)
New Revision: 3391
Modified:
MOAB/trunk/BitTagServer.hpp
Log:
fix bug
Modified: MOAB/trunk/BitTagServer.hpp
===================================================================
--- MOAB/trunk/BitTagServer.hpp 2009-11-30 23:07:51 UTC (rev 3390)
+++ MOAB/trunk/BitTagServer.hpp 2009-12-01 14:30:15 UTC (rev 3391)
@@ -248,6 +248,7 @@
std::swap( inUse, other.inUse );
std::swap( storedBitsPerEntity, other.storedBitsPerEntity );
std::swap( requestedBitsPerEntity, other.requestedBitsPerEntity );
+ std::swap( pageShift, other.pageShift );
for (MBEntityType t = (MBEntityType)0; t != MBMAXTYPE; ++t)
pageList[t].swap( other.pageList[t] );
}
More information about the moab-dev
mailing list