Warning fix.

This commit is contained in:
Dongryeol Lee
2011-01-22 02:09:11 +00:00
parent 37805ae1a5
commit 08cadb4c5e
@@ -137,8 +137,6 @@ class TestDistributed_Kde {
// Compute the collective L1 norm of the products.
double achieved_error = 0;
for(unsigned int j = 0; j < query_results.size(); j++) {
int process_index;
int point_index;
FindOriginalIndices_(
old_from_new, n_entries, j, &process_index, &point_index);
int naive_index = cumulative_distribution[process_index] + point_index;