From 1b1e6fb903e49a2805ba4e54dc37084a52f7875d Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Mon, 17 May 2021 14:44:43 -0700 Subject: [PATCH] Add missing throw for logic error --- vtkm/worklet/contourtree_distributed/HierarchicalAugmenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/worklet/contourtree_distributed/HierarchicalAugmenter.h b/vtkm/worklet/contourtree_distributed/HierarchicalAugmenter.h index 52ba0d7b1..f826d8553 100644 --- a/vtkm/worklet/contourtree_distributed/HierarchicalAugmenter.h +++ b/vtkm/worklet/contourtree_distributed/HierarchicalAugmenter.h @@ -1112,7 +1112,7 @@ void HierarchicalAugmenter::CreateSuperarcs(vtkm::Id roundNumber) { // TODO: The CreateSuperarcsWorklet uses a lot of arrays and lots of WholeArrayTransfers. This could probably be further optimized. // TODO: FIX invokation of this worklet - std::logic_error("Invocation of CreateSuperarcsWorklet currently broken"); + throw std::logic_error("Invocation of CreateSuperarcsWorklet currently broken"); /* vtkm::worklet::contourtree_distributed::hierarchical_augmenter::CreateSuperarcsWorklet createSuperarcsWorklet(