]> Creatis software - clitk.git/blobdiff - common/clitkImageCommon.cxx
initial entry
[clitk.git] / common / clitkImageCommon.cxx
index d2ab8673778dc1b92fb3b618430df840cce21766..9386ecdda27c4998a8d631328754046054ce6e46 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)