Fix bad constructor call in test

This commit is contained in:
oruebel 2020-11-10 05:05:30 -08:00 committed by Gunther H. Weber
parent 08447c24b1
commit 81a303e54d

@ -286,6 +286,7 @@ inline vtkm::cont::PartitionedDataSet RunContourTreeDUniformDistributed(
localBlockIndices,
localBlockOrigins,
localBlockSizes,
true, // use boundary extream only
useMarchingCubes,
false,
vtkm::cont::LogLevel::UserVerboseLast,