Commit 964cb360 authored by Seon-Wook Park's avatar Seon-Wook Park

Remove dangling N_good++

parent 4c433197
......@@ -29,7 +29,6 @@ namespace cvtest {
sum1 += src_data[i];
sum2 += src_data[i + 1];
sum3 += src_data[i + 2];
N_good++;
}
// Find inverse of averages
......
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