Merge topic 'cell-set-explicit-message'

1ffc33adf CellSetExplicit: reword warning message

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2622
This commit is contained in:
Ben Boeckel 2021-11-01 18:19:37 +00:00 committed by Kitware Robot
commit d2f0f3c990

@ -156,8 +156,8 @@ void BuildReverseConnectivity(
if (!visitPointsWithCells.ElementsValid)
{
VTKM_LOG_S(vtkm::cont::LogLevel::Warn,
"BuildReverseConnectivity failed for all known cell set types. "
"Attempting to copy connectivity arrays.");
"BuildReverseConnectivity attempted for all known cell set types; "
"falling back to copy connectivity arrays.");
vtkm::cont::ArrayHandle<vtkm::Id> connectionsCopy;
vtkm::cont::ArrayCopy(connections, connectionsCopy);
vtkm::cont::ArrayHandle<vtkm::Id> offsetsCopy;