X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageCommon.cxx;h=9386ecdda27c4998a8d631328754046054ce6e46;hb=2f5b335da5621bdfc86cb594cc667d0929f4d8e3;hp=d2ab8673778dc1b92fb3b618430df840cce21766;hpb=83de28515d7bbb3898d5adee7a900146c2c15d89;p=clitk.git diff --git a/common/clitkImageCommon.cxx b/common/clitkImageCommon.cxx index d2ab867..9386ecd 100644 --- a/common/clitkImageCommon.cxx +++ b/common/clitkImageCommon.cxx @@ -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)