From e4a46f33926e1f22c26ad121177432d1a0ef4641 Mon Sep 17 00:00:00 2001 From: "Gunther H. Weber" Date: Fri, 26 Feb 2021 17:01:14 -0800 Subject: [PATCH] Removed two TODO comments after verifying parameters --- vtkm/filter/ContourTreeUniformDistributed.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtkm/filter/ContourTreeUniformDistributed.hxx b/vtkm/filter/ContourTreeUniformDistributed.hxx index c7482d9ec..e95cc20a7 100644 --- a/vtkm/filter/ContourTreeUniformDistributed.hxx +++ b/vtkm/filter/ContourTreeUniformDistributed.hxx @@ -829,8 +829,8 @@ VTKM_CONT void ContourTreeUniformDistributed::DoPostExecute( // partners for merge over regular block grid vtkmdiy::RegularSwapPartners partners( decomposer, // domain decomposition - 2, // raix of k-ary reduction. TODO check this value - true // contiguous: true=distance doubling , false=distnace halving TODO check this value + 2, // radix of k-ary reduction. + true // contiguous: true=distance doubling, false=distance halving ); // Record time to create the swap partners