X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomDir.cxx;h=1bd8fd227ad93a80c9ebb554a789051108cc97e1;hb=b4750ec0ee79bf5d2456cea586516dc9f1bd8413;hp=a855b871da90c0b5cc27e1a494f3e795e2c491a7;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index a855b871..1bd8fd22 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDicomDir.cxx,v $ Language: C++ - Date: $Date: 2004/12/03 20:16:56 $ - Version: $Revision: 1.22 $ + Date: $Date: 2004/12/07 09:08:45 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -33,7 +33,7 @@ int TestDicomDir(int argc, char* argv[]) gdcm::ListDicomDirPatient::const_iterator itPatient; gdcm::ListDicomDirStudy::const_iterator itStudy; gdcm::ListDicomDirSerie::const_iterator itSerie; - gdcm::ListDicomDirImage::const_iterator itImage; + //gdcm::ListDicomDirImage::const_iterator itImage; gdcm::TSKey v; std::string file;