From 6aed5b376a536514708abc83fc8e47611dbb15e6 Mon Sep 17 00:00:00 2001 From: "Gunther H. Weber" Date: Fri, 8 Oct 2021 14:19:07 -0700 Subject: [PATCH] Fix CUDA test crash --- .../data_set_mesh/GetOwnedVerticesByGlobalIdWorklet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/worklet/contourtree_augmented/data_set_mesh/GetOwnedVerticesByGlobalIdWorklet.h b/vtkm/worklet/contourtree_augmented/data_set_mesh/GetOwnedVerticesByGlobalIdWorklet.h index b9147ae61..49bef7220 100644 --- a/vtkm/worklet/contourtree_augmented/data_set_mesh/GetOwnedVerticesByGlobalIdWorklet.h +++ b/vtkm/worklet/contourtree_augmented/data_set_mesh/GetOwnedVerticesByGlobalIdWorklet.h @@ -94,7 +94,7 @@ public: } private: - const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler& LocalToGlobalIdRelabeler; + const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler LocalToGlobalIdRelabeler; }; // Mesh2D_DEM_VertexStarter } // namespace data_set_mesh