Removed hanging comment and function that wasn't used where complained about whitespace

This commit is contained in:
Steven Walton 2019-04-16 17:25:41 -07:00
parent 6dbd9bb3f1
commit 0bf10a0f7c
2 changed files with 0 additions and 10 deletions

@ -78,13 +78,6 @@ public:
this->Structure.SetGlobalPointIndexStart(start);
}
/*
vtkm::Id GetGlobalPointIndexStart() const
{
return this->start;
}
*/
SchedulingRangeType GetPointDimensions() const { return this->Structure.GetPointDimensions(); }
SchedulingRangeType GetCellDimensions() const { return this->Structure.GetCellDimensions(); }

@ -91,9 +91,6 @@ public:
VTKM_CONT
void SetIncludeOffset(bool value) { this->IncludeOffset = value; }
VTKM_CONT
bool GetIncludeOffset() { return this->IncludeOffset; }
template <typename DerivedPolicy>
VTKM_CONT vtkm::cont::DataSet DoExecute(const vtkm::cont::DataSet& input,
vtkm::filter::PolicyBase<DerivedPolicy> policy);