From cf1a72a3dbc2c36edbc33b7ea1e638af53d4f250 Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 4 Sep 2007 13:42:57 +0000 Subject: [PATCH] Autogenerated misstyping after system crash ?!??? --- src/gdcmPixelReadConvert.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index c8aec3df..b31cfa9c 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2007/09/04 13:14:33 $ - Version: $Revision: 1.119 $ + Date: $Date: 2007/09/04 13:42:57 $ + Version: $Revision: 1.120 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -976,7 +976,6 @@ void PixelReadConvert::ConvertReorderEndianity() && BitsStored < BitsAllocated && !PixelSign ) { - int l = (int)( RawSize / ( BitsAllocated / 8 ) ); int l = (int)( RawSize / ( BitsAllocated / 8 ) ); uint16_t *deb = (uint16_t *)Raw; for(int i = 0; i