Fix compile error for double precision.

This commit is contained in:
Dave Pugmire 2023-01-30 09:34:55 -05:00
parent 27b0b4f253
commit 084f435e60

@ -43,6 +43,7 @@ vtkm::cont::DataSet ReadDS(int rank)
vtkm::io::VTKDataSetReader reader(vtkFile);
}
#if 0
vtkm::rendering::compositing::Image ConstImage(const std::size_t& width,
const std::size_t& height,
const vtkm::Vec4f& rgba,
@ -65,6 +66,7 @@ vtkm::rendering::compositing::Image ConstImage(const std::size_t& width,
return img;
}
#endif
void TestImageComposite()
{