X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestCopyDicom.cxx;h=79825ae0fa1736003693f35417f9181684454a9c;hb=c3c4a67524e2890465b410779a3019792642f254;hp=f9682db6c9f5e616a8d9f036227a9afb6c63ca61;hpb=21fa56d0388883f63f4cccf55cb42967d7ea5c30;p=gdcm.git diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index f9682db6..79825ae0 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestCopyDicom.cxx,v $ Language: C++ - Date: $Date: 2004/12/02 15:14:16 $ - Version: $Revision: 1.24 $ + Date: $Date: 2004/12/07 18:16:39 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,7 +17,6 @@ =========================================================================*/ #include "gdcmHeader.h" #include "gdcmFile.h" -#include "gdcmDocument.h" #include "gdcmValEntry.h" #include "gdcmBinEntry.h" @@ -111,10 +110,6 @@ int CopyDicom(std::string const & filename, else { // We skip pb of SQ recursive exploration - //std::cout << "Skipped Sequence " - // << "------------- " << d->GetVR() << " "<< std::hex - // << d->GetGroup() << " " << d->GetElement() - // << std::endl; } d=originalH->GetNextEntry();