From eb79c2aca4b0158e4a9a034540954c01bf2b9050 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 10 Oct 2011 14:15:31 +0200 Subject: [PATCH] Change comments --- segmentation/clitkExtractLymphStation_1RL.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.1