]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManagerCommand.cxx
Add funtions to Profile tool
[clitk.git] / vv / vvSlicerManagerCommand.cxx
index c737eda3b353aec1b80190709a7da66850428bd1..cb564552eee53ed2e83f02d67e237c09be971167 100644 (file)
@@ -381,7 +381,7 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller,
       //>>>>>>> 921642d767beba2442dacc8fdb40dc36396e1b7d
 
       if (newLandmark) {
-        this->SM->AddLandmark(xWorld,yWorld,zWorld,
+        this->SM->AddNewLandmark(xWorld,yWorld,zWorld,
                               this->SM->GetSlicer(VisibleInWindow)->GetTSlice());
         this->SM->GetSlicer(VisibleInWindow)->UpdateLandmarks();
         this->SM->Render();