From 90911e19738ddc59703bcc0adcc7b0e5346cf33e Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 30 Aug 2007 17:38:20 +0000 Subject: [PATCH] Typo --- src/gdcmPixelWriteConvert.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gdcmPixelWriteConvert.cxx b/src/gdcmPixelWriteConvert.cxx index 0ba88916..c02ee18e 100644 --- a/src/gdcmPixelWriteConvert.cxx +++ b/src/gdcmPixelWriteConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelWriteConvert.cxx,v $ Language: C++ - Date: $Date: 2007/08/29 08:10:14 $ - Version: $Revision: 1.20 $ + Date: $Date: 2007/08/30 17:38:20 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -267,7 +267,7 @@ void PixelWriteConvert::SetCompressJPEG2000UserData(uint8_t *data, size_t size, uint8_t *pImageData = data; for(int i=0; itellp(); @@ -383,7 +383,7 @@ void PixelWriteConvert::SetCompressJPEGUserData(uint8_t *data, size_t size, File } else { - gdcmDebugMacro( "Major pb : bitsallocated =" << bitsallocated ); + std::cerr << "Major pb : bitsallocated =" << bitsallocated << std::endl; abort(); } size_t end = of->tellp(); -- 2.45.1