changeset 3262:abe709a7d678

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Feb 2019 10:31:31 +0100
parents c3a19284ae19 (current diff) 345f86fd1ac3 (diff)
children 3af3b74fbd5c
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/UnitTestsSources/ImageProcessingTests.cpp	Wed Feb 20 10:31:15 2019 +0100
+++ b/UnitTestsSources/ImageProcessingTests.cpp	Wed Feb 20 10:31:31 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++)