Commit 97871ed9 authored by Davis King's avatar Davis King

Minor change to avoid compiler error.

parent 481bee84
......@@ -50,7 +50,7 @@ namespace
}
}
for (int i = 0; i < groups*noise_level; ++i)
for (int k = 0; k < groups*noise_level; ++k)
{
const int i = rnd.get_random_32bit_number()%labels.size();
const int j = rnd.get_random_32bit_number()%labels.size();
......
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