From: malaterre Date: Tue, 11 Jan 2005 23:49:01 +0000 (+0000) Subject: BUG: Sorry I changed my mind it was getting worse... X-Git-Tag: Version1.0.bp~380 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=09e4dbadecf0d113a9eb7496f2050dbf0cfede21;hp=4c6e4b6ee032eb489f20c60f129021e5617ae027;p=gdcm.git BUG: Sorry I changed my mind it was getting worse... --- diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index 798d0ce3..6c20e35c 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2005/01/11 23:26:55 $ - Version: $Revision: 1.23 $ + Date: $Date: 2005/01/11 23:49:01 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -324,12 +324,10 @@ void PixelReadConvert::ConvertSwapZone() case 3412: case 2143: case 4321: -#ifndef GDCM_WORDS_BIGENDIAN for( i = 0; i < RawSize / 2; i++ ) { im16[i]= (im16[i] >> 8) | (im16[i] << 8 ); } -#endif //GDCM_WORDS_BIGENDIAN break; default: gdcmVerboseMacro("SwapCode value (16 bits) not allowed.");