X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=segmentation%2FclitkExtractLymphStationsFilter.txx;h=98768b278bfdaf105662efb118684db4d5c2713d;hb=7f7c290c75d4917446f8751856ae7d450f58a6f0;hp=68b81eebe3cb220f36e2cc15039621dceda0f05a;hpb=744196f3cdd679570572bc69c67c258b973eca58;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsFilter.txx b/segmentation/clitkExtractLymphStationsFilter.txx index 68b81ee..98768b2 100644 --- a/segmentation/clitkExtractLymphStationsFilter.txx +++ b/segmentation/clitkExtractLymphStationsFilter.txx @@ -205,10 +205,10 @@ CheckForStation(std::string station) // Check if station already exist in DB // FIXME -> do nothing if not on the command line. Is it what I want ? - bool found = false; + //bool found = false; if (this->GetAFDB()->TagExist(s)) { m_ListOfStations[station] = this->GetAFDB()->template GetImage(s); - found = true; + //found = true; } }