From 74905a05cdd7a611cc59f635e012370703f2e71e Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 13 Dec 2021 10:41:42 -0700 Subject: [PATCH] use new header file --- vtkm/worklet/testing/UnitTestContour.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtkm/worklet/testing/UnitTestContour.cxx b/vtkm/worklet/testing/UnitTestContour.cxx index 33e56c168..5d2906fe6 100644 --- a/vtkm/worklet/testing/UnitTestContour.cxx +++ b/vtkm/worklet/testing/UnitTestContour.cxx @@ -16,7 +16,7 @@ #include #include -#include +#include #include #include @@ -186,7 +186,7 @@ void TestContourUniformGrid() vtkm::Id3 dims(4, 4, 4); vtkm::source::Tangle tangle(dims); - vtkm::filter::GenerateIds genIds; + vtkm::filter::field_transform::GenerateIds genIds; genIds.SetUseFloat(true); genIds.SetGeneratePointIds(false); genIds.SetCellFieldName("cellvar");