Merge topic 'dynamic_cell_set_use_default'

4e94617f Make DynamicCellSet use VTKM_DEFAULT_CELL_SET_LIST_TAG.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !309
This commit is contained in:
Robert Maynard 2016-01-14 08:37:36 -05:00 committed by Kitware Robot
commit 719ee34a60

@ -285,7 +285,7 @@ void DynamicCellSetBase<CellSetList>::CastAndCall(const Functor &f) const
detail::CastAndCallCellSet(f, *this);
}
typedef DynamicCellSetBase<vtkm::cont::CellSetListTagCommon> DynamicCellSet;
typedef DynamicCellSetBase< VTKM_DEFAULT_CELL_SET_LIST_TAG > DynamicCellSet;
namespace internal {