]> Creatis software - clitk.git/commitdiff
Correct structures names
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:40:11 +0000 (10:40 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:40:11 +0000 (10:40 +0200)
segmentation/clitkExtractLymphStation_1RL.txx

index 7fa72ef4b92e8d3bc2bf471f8b8e6b97f1ab3730..6758ab85220455679a2354e3550b2d95a929ac0d 100644 (file)
@@ -44,10 +44,10 @@ ExtractStation_1RL()
   ExtractStation_1RL_Post_Limits();
   m_Working_Support = m_ListOfStations["1R"];
   Remove_Structures(" 1R", "ScaleneMuscleAnt");
-  Remove_Structures(" 1R", "CommonCarotidArteryRight");  
+  Remove_Structures(" 1R", "RightCommonCarotidArtery");  
   m_Working_Support = m_ListOfStations["1L"];
   Remove_Structures(" 1L", "ScaleneMuscleAnt");
-  Remove_Structures(" 1L", "CommonCarotidArteryLeft");  
+  Remove_Structures(" 1L", "LeftCommonCarotidArtery");  
  
   // Generic RelativePosition processes
   m_ListOfStations["1R"] = this->ApplyRelativePositionList("Station_1R", m_ListOfStations["1R"]);