diff UnitTestsSources/ImageProcessingTests.cpp @ 3262:abe709a7d678

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Feb 2019 10:31:31 +0100
parents 345f86fd1ac3
children 9345710bbf12
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++)