X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkUtilities.h;h=b399867438ad95a1ffccd3f01f910f429dc307cf;hb=19b76ef59bb0968051d33de75d0e2a908d9bc0fd;hp=e88bfd528a76ffd17a95597f5d3922f1a9a20e1f;hpb=5cb7ce127ae89bdacc5909946c75b9eb092516f9;p=bbtk.git diff --git a/kernel/src/bbtkUtilities.h b/kernel/src/bbtkUtilities.h index e88bfd5..b399867 100644 --- a/kernel/src/bbtkUtilities.h +++ b/kernel/src/bbtkUtilities.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkUtilities.h,v $ Language: C++ - Date: $Date: 2008/01/29 12:05:05 $ - Version: $Revision: 1.7 $ + Date: $Date: 2008/01/30 15:29:07 $ + 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 @@ -103,7 +103,7 @@ namespace bbtk { pkgname = name; } - + // remove {.so | dll} if any std::string::size_type dot_position = pkgname.find_last_of('.'); if (dot_position != std::string::npos){ @@ -179,7 +179,7 @@ namespace bbtk // tooHigh : true is user supplies a library pathname with too many "../" bool tooHigh = false; -//std::cout << "------------------cwd [" << cwd << "]" << std::endl; +//std::cout << "------------------cwd [" << cwd << "] name [" << name << "]" << std::endl; if ( name[0] == '/' || name[1] == ':' ) // Linux or Windows absolute name {