Add missing throw for logic error

This commit is contained in:
Oliver Ruebel 2021-05-17 14:44:43 -07:00 committed by Gunther H. Weber
parent 958b84ebf9
commit 1b1e6fb903

@ -1112,7 +1112,7 @@ void HierarchicalAugmenter<FieldType>::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(