X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FSplitIntoDirectories.cxx;fp=Example%2FSplitIntoDirectories.cxx;h=31c4aab46bbde700adbeb318658780f52879a948;hb=7b20940682d804ae780810c9865c45244925b375;hp=b644f3d332f4ba01a94a77224d2665ff3ecda134;hpb=c9abb2310e6508ca410650942893f09a3a9b0279;p=gdcm.git diff --git a/Example/SplitIntoDirectories.cxx b/Example/SplitIntoDirectories.cxx index b644f3d3..31c4aab4 100755 --- a/Example/SplitIntoDirectories.cxx +++ b/Example/SplitIntoDirectories.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: SplitIntoDirectories.cxx,v $ Language: C++ - Date: $Date: 2011/04/22 13:50:09 $ - Version: $Revision: 1.9 $ + Date: $Date: 2011/04/22 14:39:41 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -352,8 +352,9 @@ int main(int argc, char *argv[]) ///this is a trick to build up a lexicographical compliant name : /// eg : fich001.ima vs fich100.ima as opposed to fich1.ima vs fich100.ima std::string name = GDCM_NAME_SPACE::Util::GetName( *it ); - if (verbose) - std::cout << "name :[" << name << "]\n"; + + // if (verbose) + // std::cout << "name :[" << name << "]\n"; if (hasSkel) {