X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestSerieHelper.cxx;h=e8b6a31325d443c851366ffd7299560e6adf9744;hb=98aabcd507dd44fa7d2c8dc7dbfccb346eae84a3;hp=a36cfdef0240f125944ec7cd0943353510a423ad;hpb=bbfa3cf89fc2ede7c43259e945f021044b56069f;p=gdcm.git diff --git a/Testing/TestSerieHelper.cxx b/Testing/TestSerieHelper.cxx index a36cfdef..e8b6a313 100644 --- a/Testing/TestSerieHelper.cxx +++ b/Testing/TestSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2005/02/02 14:26:34 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/02/05 01:25:45 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,9 +20,7 @@ #include "gdcmDebug.h" #include -typedef std::list GdcmFileList; - -int TestSerieHelper(int argc, char* argv[]) +int TestSerieHelper(int argc, char *argv[]) { gdcm::SerieHelper *s; @@ -35,7 +33,7 @@ int TestSerieHelper(int argc, char* argv[]) } //if (argc > 2) - // gdcm::Debug::SetDebugOn(); + // gdcm::Debug::DebugOn(); std::cout << "Dir Name :[" << dirName << "]" << std::endl; @@ -50,7 +48,7 @@ int TestSerieHelper(int argc, char* argv[]) int nbFiles; // For all the Coherent Files lists of the gdcm::Serie - GdcmFileList *l = s->GetFirstCoherentFileList(); + gdcm::GdcmFileList *l = s->GetFirstCoherentFileList(); while (l) { nbFiles = l->size() ;