Warning fix.
This commit is contained in:
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user