From: frog Date: Tue, 16 Nov 2004 14:48:18 +0000 (+0000) Subject: * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSegmentOffsetTable[] X-Git-Tag: Version1.0.bp~593 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e8439d97c8441809e9a5236e729bae1a25ffb418;p=gdcm.git * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSegmentOffsetTable[] was erroneously defined with a size of 15 instead of 16. [many thanks to Jean Michel Rouet for pointing out this bug]. * FIX: src/* fix the doxygen warnings. * src/gdcmVR.cxx: removed some redundant tests (e.g. LO) --- diff --git a/ChangeLog b/ChangeLog index c7070570..ce610cb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,8 +8,12 @@ * src/gdcmDocument.cxx : fix memory leaks. Fix possible bugs : use an object after it have been deleted -2004-11-09 Eric Boix +2004-11-16 Eric Boix * FIX: src/* fix the doxygen warnings. + * src/gdcmVR.cxx: removed some redundant tests (e.g. LO) + * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSegmentOffsetTable[] + was erroneously defined with a size of 15 instead of 16. [many thanks + to Jean Michel Rouet for pointing out this bug]. 2004-11-15 Mathieu Malaterre 1. Finish merging JMR patch for writting DICOM from scratch diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index f373b5f8..2eb4cf60 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllReadCompareDicom.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:28:20 $ - Version: $Revision: 1.14 $ + Date: $Date: 2004/11/16 14:48:19 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -63,9 +63,9 @@ int InternalTest(std::string const & filename, gdcm::File* reference = new gdcm::File( referenceFileName ); if( !reference->GetHeader()->IsReadable() ) { - std::cout << " Reference image " << std::endl - << " " << referenceFileName <