From: regrain Date: Tue, 18 Jan 2005 18:24:06 +0000 (+0000) Subject: * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the X-Git-Tag: Version1.0.bp~256 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0c666cd55e13c92119e47af3eecfe84d512fab31;p=gdcm.git * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the test. Now it's on image content and not on the resulting visualisation... might solve the problem on linux when using the OpenGL drivers -- BeNours --- diff --git a/ChangeLog b/ChangeLog index 6305deef..78a1bffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Benoit Regrain + * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the + test. Now it's on image content and not on the resulting visualisation... + might solve the problem on linux when using the OpenGL drivers + 2005-01-18 Jean-Pierre Roux * ENH for DicomDir, DicomDirPatient, DicomDirStudy, DicomDirSerie, DicomDirImage @@ -63,7 +68,7 @@ sort DICOM files 2005-01-13 Jean-Pierre Roux - * ENH - Comment out Mathieu's (dangerous) Super Hack + * ENH - Comment out Mathieu's (dangerous) Super Hack for dealing with BIGENDIAN processors - Move equivalent stuff to BinEntry::WriteContent When necessary, 16 Bits Pixels are swapped in a small buffer diff --git a/vtk/vtkGdcmWriter.cxx b/vtk/vtkGdcmWriter.cxx index 720b1fc6..f121408f 100644 --- a/vtk/vtkGdcmWriter.cxx +++ b/vtk/vtkGdcmWriter.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmWriter.cxx,v $ Language: C++ - Date: $Date: 2005/01/08 15:04:00 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/01/18 18:24:07 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.9 $"); +vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.10 $"); vtkStandardNewMacro(vtkGdcmWriter); //----------------------------------------------------------------------------- @@ -340,7 +340,6 @@ void vtkGdcmWriter::WriteDcmFile(char *fileName,vtkImageData *image) { vtkErrorMacro( << "File " << this->FileName << "couldn't be written by " << " the gdcm library"); - std::cerr << "not written \n"; } // Clean up