From 481f91d7e69da2d1d79e0576625b90994eb3930b Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 17 Oct 2011 10:40:20 +0200 Subject: [PATCH] Correct structures names --- segmentation/clitkExtractLymphStation_2RL.txx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/segmentation/clitkExtractLymphStation_2RL.txx b/segmentation/clitkExtractLymphStation_2RL.txx index e31f2d5..7332dee 100644 --- a/segmentation/clitkExtractLymphStation_2RL.txx +++ b/segmentation/clitkExtractLymphStation_2RL.txx @@ -184,10 +184,10 @@ ExtractStation_2RL_Remove_Structures(std::string s) // m_Working_Support must be set Remove_Structures(s, "BrachioCephalicVein"); Remove_Structures(s, "BrachioCephalicArtery"); - Remove_Structures(s, "CommonCarotidArteryLeft"); - Remove_Structures(s, "CommonCarotidArteryRight"); - Remove_Structures(s, "SubclavianArteryLeft"); - Remove_Structures(s, "SubclavianArteryRight"); + Remove_Structures(s, "LeftCommonCarotidArtery"); + Remove_Structures(s, "RightCommonCarotidArtery"); + Remove_Structures(s, "LeftSubclavianArtery"); + Remove_Structures(s, "RightSubclavianArtery"); Remove_Structures(s, "Thyroid"); Remove_Structures(s, "Aorta"); } -- 2.47.1