Attempting to eliminate warnings

This commit is contained in:
Christopher Sewell 2016-08-18 18:39:21 -06:00
parent 9f01b59b97
commit 330bdb9ff3

@ -80,7 +80,8 @@ public:
const VisitArrayType& visit,
const ConnectivityType& connectivity,
vtkm::Id globalThreadIndexOffset)
: Superclass(threadIndex, inToOut.Get(threadIndex), visit.Get(threadIndex)),
: Superclass(threadIndex, inToOut.Get(threadIndex), visit.Get(threadIndex),
globalThreadIndexOffset),
CellShape(detail::CellShapeInitializer<CellShapeTag>::GetDefault())
{
// The connectivity is stored in the invocation parameter at the given