Speedup for thumbnail processing, Issue 2503

This commit is contained in:
Ingo
2014-10-01 21:29:14 +02:00
parent 8f22007bfb
commit 6bc115fe8b
9 changed files with 279 additions and 230 deletions

View File

@@ -285,8 +285,8 @@ double DiagonalCurve::getVal (double t) const {
return t;
}
unsigned int k_lo = 0;
unsigned int k_hi = 0;
unsigned int k_lo;
unsigned int k_hi;
k_lo = hash.at(i).smallerValue;
k_hi = hash.at(i).higherValue;