[MOAB-dev] r2254 - MOAB/trunk/parallel
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Nov 14 15:40:55 CST 2008
Author: kraftche
Date: 2008-11-14 15:40:55 -0600 (Fri, 14 Nov 2008)
New Revision: 2254
Modified:
MOAB/trunk/parallel/MBParallelComm.cpp
Log:
minor error in previous checkin
Modified: MOAB/trunk/parallel/MBParallelComm.cpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.cpp 2008-11-14 21:38:13 UTC (rev 2253)
+++ MOAB/trunk/parallel/MBParallelComm.cpp 2008-11-14 21:40:55 UTC (rev 2254)
@@ -3664,7 +3664,7 @@
unsigned char *buff_ptr = &ownerSBuffs[ind][0];
PACK_INT( buff_ptr, 1 ); // number of tags
result = pack_tag( src_tag, dst_tag, proc_ents[*sit], proc_ents[*sit],
- buff_ptr, real_buff_size, true, *sit );
+ buff_ptr, real_buff_size, false, *sit );
RRA("Failed to pack buffer in pack_send_tag.");
assert(real_buff_size == buff_size);
More information about the moab-dev
mailing list