From: David Sarrut Date: Mon, 17 Oct 2011 08:40:20 +0000 (+0200) Subject: Correct structures names X-Git-Tag: v1.3.0~180^2~15 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=481f91d7e69da2d1d79e0576625b90994eb3930b;p=clitk.git Correct structures names --- 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"); }