changeset 1027:dd8ff977aaf2

remove wrong comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Oct 2019 12:40:33 +0200
parents a416ce923b60
children 6d5382fa45e1
files Framework/Toolbox/DicomInstanceParameters.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Toolbox/DicomInstanceParameters.cpp	Wed Oct 02 11:50:34 2019 +0200
+++ b/Framework/Toolbox/DicomInstanceParameters.cpp	Wed Oct 02 12:40:33 2019 +0200
@@ -340,7 +340,7 @@
 
     // Correct rescale slope/intercept if need be
     //data_.ApplyRescale(*converted, (pixelData.GetFormat() == Orthanc::PixelFormat_Grayscale32));
-    data_.ApplyRescale(*converted, false);  // Using "true" is incompatible with asm.js on IE11
+    data_.ApplyRescale(*converted, false);
 
     return converted.release();
   }