Fix cow nose data set

It was not properly setting the number of points.
This commit is contained in:
Kenneth Moreland 2016-12-19 17:59:16 -07:00
parent 02bf444dc2
commit a5817da438

@ -699,6 +699,7 @@ MakeTestDataSet::Make3DExplicitDataSetCowNose()
connectivity.GetPortalControl().Set(i, pointId[i]);
}
vtkm::cont::CellSetSingleType< > cellSet(vtkm::CellShapeTagTriangle(),
nVerts,
"cells");
cellSet.Fill(connectivity);
dataSet.AddCellSet(cellSet);