]> Creatis software - gdcm.git/blobdiff - src/gdcmPixelReadConvert.cxx
Avoid ctest to abort on 32 bits per pxel image RTDOSE.dcm
[gdcm.git] / src / gdcmPixelReadConvert.cxx
index 4762980bfec4f9c847ba73116087da86f54556a1..ee0eb6cff9a46c2b42bd60fedb78dff3bb8315ed 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/07/25 10:35:20 $
-  Version:   $Revision: 1.116 $
+  Date:      $Date: 2007/08/29 08:10:14 $
+  Version:   $Revision: 1.117 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -594,7 +594,7 @@ bool PixelReadConvert::ReadAndDecompressJPEGFile( std::ifstream *fp )
      // Precompute the offset localRaw will be shifted with
      int length = XSize * YSize * ZSize * SamplesPerPixel;
      int numberBytes = BitsAllocated / 8;
-
+     
      JPEGInfo->DecompressFromFile(fp, Raw, BitsStored, numberBytes, length );
      return true;
    }