From 2f720d5ac25822fa540ba75ab58882a9f666e1d4 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 24 Mar 2021 20:25:17 -0700 Subject: [PATCH] Fix docstring --- .../ComputeSuperarcDependentWeightsWorklet.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vtkm/worklet/contourtree_distributed/hierarchical_hyper_sweeper/ComputeSuperarcDependentWeightsWorklet.h b/vtkm/worklet/contourtree_distributed/hierarchical_hyper_sweeper/ComputeSuperarcDependentWeightsWorklet.h index ce22605d8..4100b22cf 100644 --- a/vtkm/worklet/contourtree_distributed/hierarchical_hyper_sweeper/ComputeSuperarcDependentWeightsWorklet.h +++ b/vtkm/worklet/contourtree_distributed/hierarchical_hyper_sweeper/ComputeSuperarcDependentWeightsWorklet.h @@ -39,12 +39,6 @@ // //============================================================================= // -// This code is an extension of the algorithm presented in the paper: -// Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -// Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -// Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -// (LDAV), October 2016, Baltimore, Maryland. -// // The PPP2 algorithm and software were jointly developed by // Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and // Oliver Ruebel (LBNL)