]> Creatis software - clitk.git/blobdiff - common/clitkImageCommon.cxx
workaround for bug in itk/gdcmDict.h : gdcm headers seem to need to be included
[clitk.git] / common / clitkImageCommon.cxx
index 9386ecdda27c4998a8d631328754046054ce6e46..d3cd8d897ac87ff6e7978f85a1bf1e0777662873 100644 (file)
@@ -69,7 +69,7 @@ void clitk::ReadImageDimensionAndPixelType(const std::string & filename,
 //--------------------------------------------------------------------
 
 //--------------------------------------------------------------------
-/* Read a dicom header
+// Read a dicom header
 gdcm::File * clitk::readDicomHeader(const std::string & filename,
                                     const bool verbose)
 {
@@ -82,7 +82,7 @@ gdcm::File * clitk::readDicomHeader(const std::string & filename,
   header->Load();
   return header;
 }
-*///--------------------------------------------------------------------
+///--------------------------------------------------------------------
 
 //--------------------------------------------------------------------
 itk::ImageIOBase::Pointer clitk::readImageHeader(const std::string & filename, bool exit_on_error)