# HG changeset patch # User Alain Mazy # Date 1550562203 -3600 # Node ID 345f86fd1ac3d7df8d6878f5242a977af7c522a0 # Parent 6f9398eb902dc43851a648331d7c3a6ae2786f59 fix (shame on me for not testing) diff -r 6f9398eb902d -r 345f86fd1ac3 UnitTestsSources/ImageProcessingTests.cpp --- a/UnitTestsSources/ImageProcessingTests.cpp Mon Feb 18 20:42:21 2019 +0100 +++ b/UnitTestsSources/ImageProcessingTests.cpp Tue Feb 19 08:43:23 2019 +0100 @@ -189,6 +189,7 @@ } } + c = 0.0f; for (unsigned int y = 0; y < image.GetHeight(); y++) { for (unsigned int x = 0; x < image.GetWidth(); x++, c++)