X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsFilter.txx;h=64455a87a218b79c28d86ee391b7b4a4e5c784e8;hb=7bf9a4e01ea80f06257ece374f291abb513c09fc;hp=384f70c159c7b11bcc1f8bdd26dab1bfa52f7d06;hpb=5d11babf14d2a6e12c041286c9d107aa9eff1c10;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsFilter.txx b/segmentation/clitkExtractLymphStationsFilter.txx index 384f70c..64455a8 100644 --- a/segmentation/clitkExtractLymphStationsFilter.txx +++ b/segmentation/clitkExtractLymphStationsFilter.txx @@ -208,10 +208,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; } }