Mercurial > hg > orthanc
changeset 3260:345f86fd1ac3
fix (shame on me for not testing)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 19 Feb 2019 08:43:23 +0100 |
parents | 6f9398eb902d |
children | abe709a7d678 f58553a98204 |
files | UnitTestsSources/ImageProcessingTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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++)