]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.cxx
Fix mistypings
[gdcm.git] / vtk / vtkGdcmReader.cxx
index 769d561d7ba053a171e5b5fa545bc6100b7f264c..449eb536c67cb39824416ad4ac0e204ea8d8f6e0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmReader.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/11/03 14:05:23 $
-  Version:   $Revision: 1.96 $
+  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.96 $")
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.99 $")
 vtkStandardNewMacro(vtkGdcmReader)
 
 //-----------------------------------------------------------------------------
@@ -113,8 +113,7 @@ vtkGdcmReader::vtkGdcmReader()
    // this->Execution=false; // For VTK5.0
    
    this->KeepOverlays = false;
-   
-   this->FlipY = true; // to keep old behaviour  
+   this->FlipY = true; // to keep old behaviour
 }
 
 vtkGdcmReader::~vtkGdcmReader()
@@ -514,7 +513,7 @@ void vtkGdcmReader::LoadFileInformation()
       if (   (type !=  "8U") && (type !=  "8S")
           && (type != "16U") && (type != "16S")
           && (type != "32U") && (type != "32S")
-          && (type != "FD")  )  // Not so sure this one is kosher
+          && (type != "FD")  )                // Sure this one is NOT kosher
       {
          vtkErrorMacro(<< "Bad File Type for file " << filename->c_str() << "\n"
                        << "   File type found : " << type.c_str() 
@@ -862,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()) {