Allison Vacanti 2019-10-04 15:16:30 -04:00
parent ff23ab8305
commit 62ffa73cdd

@ -183,8 +183,8 @@ public:
{ {
using Helper = RConnTableHelpers; using Helper = RConnTableHelpers;
static constexpr vtkm::TopologyElementTagCell cell; static constexpr vtkm::TopologyElementTagCell cell{};
static constexpr vtkm::TopologyElementTagPoint point; static constexpr vtkm::TopologyElementTagPoint point{};
auto fullCellSet = cellset.GetFullCellSet(); auto fullCellSet = cellset.GetFullCellSet();