X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkUtilities.cxx;h=968853ff91b111f59a100382974cf1cb42f9eacb;hb=953cb03ed366d8660904b730bbae35d5f77e2e93;hp=9a6b0283e3ca0fc0ea3f36ee5d04f7967aeb78dc;hpb=acec0f7b93efd8318c826ff6b006fde051993c5a;p=bbtk.git diff --git a/kernel/src/bbtkUtilities.cxx b/kernel/src/bbtkUtilities.cxx index 9a6b028..968853f 100644 --- a/kernel/src/bbtkUtilities.cxx +++ b/kernel/src/bbtkUtilities.cxx @@ -1,5 +1,5 @@ #include "bbtkUtilities.h" - + namespace bbtk { @@ -8,17 +8,23 @@ namespace bbtk bool Utilities::loosematch(std::string stdLine,std::string stdOptions) { bool result=false; - char charTmp; std::vector tokens; SplitString ( stdOptions,"|", tokens); - int j,sizeStdLineTmp; int i,size=tokens.size(); for (i=0; i