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(),