]> Creatis software - gdcm.git/commitdiff
Coding style
authorjpr <jpr>
Thu, 31 May 2007 12:23:26 +0000 (12:23 +0000)
committerjpr <jpr>
Thu, 31 May 2007 12:23:26 +0000 (12:23 +0000)
vtk/vtkGdcmReader.cxx

index 94d3a213966bc5bde41706f3096dd47b6aae69cd..fd3979a6d5f51a40de31843e5ae9e2c218310df0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmReader.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/05/30 15:11:16 $
-  Version:   $Revision: 1.87 $
+  Date:      $Date: 2007/05/31 12:23:26 $
+  Version:   $Revision: 1.88 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -70,7 +70,7 @@
 #include <vtkPointData.h>
 #include <vtkLookupTable.h>
 
-vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.87 $")
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.88 $")
 vtkStandardNewMacro(vtkGdcmReader)
 
 //-----------------------------------------------------------------------------
@@ -578,7 +578,7 @@ void vtkGdcmReader::GetFileInformation(gdcm::File *file)
        // we need to instanciate sh.
       gdcm::SerieHelper *sh = gdcm::SerieHelper::New();
       sh->OrderFileList(CoherentFileList); // calls ImagePositionPatientOrdering()
-      DataSpacing[2] = sh->GetZSpacing();
+      this->DataSpacing[2] = sh->GetZSpacing();
       sh->Delete();         
    }