From: David Sarrut Date: Mon, 10 Oct 2011 12:15:31 +0000 (+0200) Subject: Change comments X-Git-Tag: v1.3.0~194 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=eb79c2aca4b0158e4a9a034540954c01bf2b9050;p=clitk.git Change comments --- diff --git a/segmentation/clitkExtractLymphStation_1RL.txx b/segmentation/clitkExtractLymphStation_1RL.txx index 608fdc9..7fa72ef 100644 --- a/segmentation/clitkExtractLymphStation_1RL.txx +++ b/segmentation/clitkExtractLymphStation_1RL.txx @@ -147,7 +147,7 @@ ExtractStation_1RL_Post_Limits() // Resize like S1R. VertebralArtery = clitk::ResizeImageLike(VertebralArtery, S1R, GetBackgroundValue()); - // Search for most Ant point, slice by slice, between Trachea and Thyroid + // Search for most Ant point std::vector VertebralArtery_slices; clitk::ExtractSlices(VertebralArtery, 2, VertebralArtery_slices); std::vector A;