X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestSerieHelper.cxx;h=81de64be068840d1146b5bdcadc461a68fd6ec00;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=c31129ec77b54a966c6c5ea06d7019000f691801;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/TestSerieHelper.cxx b/Testing/TestSerieHelper.cxx index c31129ec..81de64be 100644 --- a/Testing/TestSerieHelper.cxx +++ b/Testing/TestSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2008/02/13 19:08:34 $ - Version: $Revision: 1.12 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.13 $ 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 TestSerieHelper(int argc, char *argv[]) } //if (argc > 2) - // gdcm::Debug::DebugOn(); + // GDCM_NAME_SPACE::Debug::DebugOn(); std::cout << "-------------- Dir Name :[" << dirName << "]" << std::endl; @@ -51,7 +51,7 @@ int TestSerieHelper(int argc, char *argv[]) << std::endl; int nbFiles; - // For all the SingleSerieUID filesets of the gdcm::Serie + // For all the SingleSerieUID filesets of the GDCM_NAME_SPACE::Serie GDCM_NAME_SPACE::FileList *l = s->GetFirstSingleSerieUIDFileSet(); while (l) {