From 14cbe72fe5e8baf4bba300d88fbd1abb0e899dc6 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 29 Apr 2021 09:10:25 +0200 Subject: [PATCH] [de] Fixed vtk examples link. Closes #3134. --- Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp index 2670a928680..75142fef315 100644 --- a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp @@ -136,7 +136,7 @@ void VtkCustomInteractorStyle::pickableDataObject(vtkDataObject* object) } } -// From http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/CellPicking +// From https://kitware.github.io/vtk-examples/site/Cxx/Picking/CellPicking/ void VtkCustomInteractorStyle::OnLeftButtonDown() { if (!_data) -- GitLab