changeset 2918:7791eac62572

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 13:24:16 +0100
parents ebd2c9ba66c4
children 2ca9cd064b15
files Core/Images/ImageProcessing.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.cpp	Mon Nov 05 12:30:16 2018 +0100
+++ b/Core/Images/ImageProcessing.cpp	Mon Nov 05 13:24:16 2018 +0100
@@ -948,7 +948,7 @@
     {
       case PixelFormat_Float32:
       {
-        assert(sizeof(float) == 32);
+        assert(sizeof(float) == 4);
         float a, b;
         GetMinMaxValueInternal<float>(a, b, image);
         minValue = a;