From 02a0a2239f2f787741a488009848597a125bce56 Mon Sep 17 00:00:00 2001 From: Dongryeol Lee Date: Mon, 29 Nov 2010 22:28:35 +0000 Subject: [PATCH] Getting there. --- .../dongryel/thesis_research/core/table/distributed_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlib/trunk/contrib/dongryel/thesis_research/core/table/distributed_table.h b/fastlib/trunk/contrib/dongryel/thesis_research/core/table/distributed_table.h index 4ff3e156fc..caa1d08ba4 100644 --- a/fastlib/trunk/contrib/dongryel/thesis_research/core/table/distributed_table.h +++ b/fastlib/trunk/contrib/dongryel/thesis_research/core/table/distributed_table.h @@ -399,7 +399,7 @@ class DistributedTable: public boost::noncopyable { printf( "Process %d sampled %d points.\n", static_cast(table_outbox_group_comm.rank()), - sampled_indices.size()); + static_cast(sampled_indices.size())); // Send the number of points chosen in this process to the // master so that the master can allocate the appropriate amount @@ -467,7 +467,7 @@ class DistributedTable: public boost::noncopyable { printf( "Checking the nodes: %d %d\n", static_cast(table_outbox_group_comm.rank()), - top_leaf_nodes.size()); + static_cast(top_leaf_nodes.size())); for(unsigned int i = 0; i < top_leaf_nodes.size(); i++) { printf("%d %d %d\n", top_leaf_nodes[i]->begin(),