]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.cxx
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
[gdcm.git] / vtk / vtkGdcmReader.cxx
index 7953ac8e7255315e754e3731c5bee389db2d889d..5a03ade4c6de57e2632361183f1aebe2a53d22ef 100644 (file)
@@ -58,7 +58,7 @@
 #include <vtkPointData.h>
 #include <vtkLookupTable.h>
 
-vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.47 $");
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.48 $");
 vtkStandardNewMacro(vtkGdcmReader);
 
 //-----------------------------------------------------------------------------
@@ -444,7 +444,7 @@ int vtkGdcmReader::CheckFileCoherence()
       fclose(fp);
 
       // Stage 1.2: check for Gdcm parsability
-      gdcmHeader GdcmHeader(FileName->c_str(), false );
+      gdcmHeader GdcmHeader(FileName->c_str() );
       if (!GdcmHeader.IsReadable())
       {
          vtkErrorMacro("Gdcm cannot parse file " << FileName->c_str());
@@ -610,7 +610,7 @@ size_t vtkGdcmReader::LoadImageInMemory(
              unsigned long & UpdateProgressCount)
 {
    vtkDebugMacro("Copying to memory image [" << FileName.c_str() << "]");
-   gdcmFile GdcmFile( FileName.c_str(), false );
+   gdcmFile GdcmFile( FileName.c_str() );
    size_t size;
 
    // If the data structure of vtk for image/volume representation