Commit 6d4c23a6 authored by Sancho McCann's avatar Sancho McCann

Corrected function call.

parent f83cffe7
......@@ -1776,7 +1776,7 @@ static void NN_chain_core(const int_fast32_t N, double * const D, t_members * co
}
for (i=active_nodes.succ[idx2]; i<N; i=active_nodes.succ[i])
{
if (D_(idx2,i) < min && !double_equal(D_(i,idx2), min))
if (D_(idx2,i) < min && !double_equal(D_(idx2,i), min))
{
min = D_(idx2,i);
idx1 = i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment