Fill input to test of array extract from stride array

I was getting some floating point exceptions which may have come from
reading garbage as floating point values.
This commit is contained in:
Kenneth Moreland 2023-01-27 13:01:19 -07:00
parent 726bb09108
commit 447b8e711e

@ -166,6 +166,7 @@ void DoTest()
constexpr vtkm::Id STRIDE = 7;
vtkm::cont::ArrayHandleBasic<vtkm::Vec3f> originalArray;
originalArray.Allocate(ARRAY_SIZE * STRIDE);
SetPortal(originalArray.WritePortal());
for (vtkm::Id offset = 0; offset < STRIDE; ++offset)
{
vtkm::cont::ArrayHandleStride<vtkm::Vec3f> strideArray(