X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkFactory.cxx;h=9f1e96f91576a358d0317f6c6f3f2c0f6f154e36;hb=76f2826fd6b67d3a15fe72c1b50d5ee1af1960a1;hp=ab82b885600f5583cb2f412fb7c77492f2785bb1;hpb=a27f0e31cdca2d167c01323443eac3397a0c6fea;p=bbtk.git diff --git a/kernel/src/bbtkFactory.cxx b/kernel/src/bbtkFactory.cxx index ab82b88..9f1e96f 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/02/12 12:55:16 $ -Version: $Revision: 1.18 $ +Date: $Date: 2008/02/14 11:38:58 $ +Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de @@ -582,7 +582,7 @@ namespace bbtk //=================================================================== //=================================================================== - /// Prints help on the black box of type + /// Prints help on the black box of type /// Returns the package to which it belongs void Factory::HelpBlackBox(const std::string& name, std::string& package, @@ -598,7 +598,7 @@ namespace bbtk if (i->second.mPackage->ContainsBlackBox(name)) { i->second.mPackage->HelpBlackBox(name,full); - package = i->second.mPackage->GetName(); + package = i->second.mPackage->GetName(); found = true; } }