From: jean-pierre roux Date: Tue, 29 Jan 2008 14:01:31 +0000 (+0000) Subject: comment out cout s X-Git-Tag: r0.6.1~313 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f507b7d79a0ff0d3b0c09b12b15dd754319f0123;p=bbtk.git comment out cout s --- diff --git a/kernel/src/bbtkFactory.cxx b/kernel/src/bbtkFactory.cxx index 4991ecc..5c06007 100644 --- a/kernel/src/bbtkFactory.cxx +++ b/kernel/src/bbtkFactory.cxx @@ -4,8 +4,8 @@ Program: bbtk Module: $RCSfile: bbtkFactory.cxx,v $ Language: C++ -Date: $Date: 2008/01/29 10:56:03 $ -Version: $Revision: 1.5 $ +Date: $Date: 2008/01/29 14:01:31 $ +Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de @@ -298,7 +298,6 @@ namespace bbtk return; } - // ================================================= // The following structure was checked to work // with any type of relative/absolute path. diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index 39f1cbe..eba8ce6 100644 --- a/kernel/src/bbtkInterpreter.cxx +++ b/kernel/src/bbtkInterpreter.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.cxx,v $ $ Language: C++ - Date: $Date: 2008/01/29 13:54:47 $ - Version: $Revision: 1.10 $ + Date: $Date: 2008/01/29 14:01:31 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -792,9 +792,6 @@ verbose = true; } foundFile = true; - std::cout << "recherche tous les .bbs du directory" << std::endl; - std::cout << "pour chacun, LoadScript" << std::endl; - std::vector Filenames; int nbFiles = Utilities::Explore(fullDirectoryName, false, Filenames); // std::cout << "=================nbFiles " << nbFiles << std::endl; @@ -859,17 +856,14 @@ verbose = true; // =============================================================== iterate on the paths { - std::cout << "iterate"<::iterator i; for (i=script_paths.begin();i!=script_paths.end();++i) { path = *i; - std::cout << "CUR=["<