From 2fa6855222de271e6201197692d496ca72fb7cbb Mon Sep 17 00:00:00 2001 From: "Gunther H. Weber" Date: Fri, 13 Nov 2020 18:53:26 -0800 Subject: [PATCH] Fix another warning about types. --- vtkm/worklet/contourtree_distributed/PrintGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/worklet/contourtree_distributed/PrintGraph.h b/vtkm/worklet/contourtree_distributed/PrintGraph.h index 72391686e..fc3b3943a 100644 --- a/vtkm/worklet/contourtree_distributed/PrintGraph.h +++ b/vtkm/worklet/contourtree_distributed/PrintGraph.h @@ -1015,7 +1015,7 @@ std::string HierarchicalContourTreeDotGraphPrint( const std::string& label, // the label to use as title for the graph vtkm::worklet::contourtree_distributed::HierarchicalContourTree& hierarchicalTree, // the hierarchical contour tree itself - const unsigned long showMask = vtkm::worklet::contourtree_distributed:: + const vtkm::Id showMask = vtkm::worklet::contourtree_distributed:: SHOW_HIERARCHICAL_STANDARD) // mask with flags for what elements to show // const unsigned long showMask = vtkm::worklet::contourtree_distributed::SHOW_HIERARCHICAL_STANDARD, // mask with flags for what elements to show // const VectorType &perNodeValues = VectorType(0)) // an arbitrary vector of values