]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.cxx
upgrades for 4DSplitter
[gdcm.git] / vtk / vtkGdcmReader.cxx
index 913f9a7417c29c0110f6a39ca8e119f30d5cd71e..449eb536c67cb39824416ad4ac0e204ea8d8f6e0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmReader.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/09/01 13:33:36 $
-  Version:   $Revision: 1.98 $
+  Date:      $Date: 2011/03/29 07:36:02 $
+  Version:   $Revision: 1.99 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -92,7 +92,7 @@
 #include <vtkPointData.h>
 #include <vtkLookupTable.h>
 
-vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.98 $")
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.99 $")
 vtkStandardNewMacro(vtkGdcmReader)
 
 //-----------------------------------------------------------------------------
@@ -861,7 +861,7 @@ void vtkGdcmReader::LoadImageInMemory(
          src  = (unsigned char*)fileH->GetImageData();
       //else
       // very strange, but it doesn't work (I have to memcpy the pixels ?!?)
-      //   dest  = (unsigned char*)fileH->GetImageData();  
+      //   dest  = (unsigned char*)fileH->GetImageData();
    }
 
 if (this->GetFlipY()) {