]> Creatis software - gdcm.git/commitdiff
* Ommited change on the vtk part concerning the gdcmHeaderHelper file
authorregrain <regrain>
Sat, 27 Nov 2004 10:20:37 +0000 (10:20 +0000)
committerregrain <regrain>
Sat, 27 Nov 2004 10:20:37 +0000 (10:20 +0000)
   -- BeNours

vtk/vtkGdcmReader.cxx

index 632cca7b1cda1958e60be4ab3b94f978c7569ede..4922c856c0b799c2cd7aa99945479ed0690c0c46 100644 (file)
@@ -49,7 +49,7 @@
 // //////////////////////////////////////////////////////////////
 
 #include "gdcmFile.h"
-#include "gdcmHeaderHelper.h"
+#include "gdcmHeader.h"
 #include "vtkGdcmReader.h"
 
 //#include <stdio.h>
@@ -58,7 +58,7 @@
 #include <vtkPointData.h>
 #include <vtkLookupTable.h>
 
-vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.55 $");
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.56 $");
 vtkStandardNewMacro(vtkGdcmReader);
 
 //-----------------------------------------------------------------------------