[MOAB-dev] r3443 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Jan 19 18:48:15 CST 2010
Author: kraftche
Date: 2010-01-19 18:48:15 -0600 (Tue, 19 Jan 2010)
New Revision: 3443
Modified:
MOAB/trunk/BitTagServer.cpp
Log:
fix typo in comment
Modified: MOAB/trunk/BitTagServer.cpp
===================================================================
--- MOAB/trunk/BitTagServer.cpp 2010-01-20 00:45:55 UTC (rev 3442)
+++ MOAB/trunk/BitTagServer.cpp 2010-01-20 00:48:15 UTC (rev 3443)
@@ -85,7 +85,7 @@
// pageShift = log2( ents_per_page() )
// = log2( 8 * pageSize / storedBitsPerEntity )
// = log2(8) + log2(pageSize) - log2(storedBitsPerEntity)
- // = 3 * Ln2PageSize - ln2storedbits;
+ // = 3 + Ln2PageSize - ln2storedbits;
pageShift = 3 + Ln2PageSize - ln2storedbits;
return MB_SUCCESS;
More information about the moab-dev
mailing list