From: guigues Date: Tue, 29 Jan 2008 13:34:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: r0.6.1~315 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=199c06090fb628b9f75572e79c6a9ff939856f0b;p=bbtk.git *** empty log message *** --- diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index a6101a5..32c8249 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 10:12:45 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/01/29 13:34:59 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -823,7 +823,9 @@ verbose = true; // WARNING : starting from current local directory : ./whatYouWant (./ mandatory!) if (slash_position != std::string::npos) - { // ===========================================================check user supplied location + { + + // ===========================================================check user supplied location fullnameGiven = true; fullPathScriptName = Utilities::ExpandLibName(name, verbose); @@ -852,16 +854,20 @@ verbose = true; //} } // endif l != 0 } - else // =============================================================== iterate on the paths - { + else + // =============================================================== iterate on the paths + { + std::cout << "iterate"<::iterator i; for (i=script_paths.begin();i!=script_paths.end();++i) { - path = *i; + path = *i; + std::cout << "CUR=["<