ken's suggestion to remove const

This commit is contained in:
Kenneth Moreland 2023-11-07 14:31:36 -05:00 committed by Roxana Bujack
parent f8d1dff30c
commit 7e09fb7033

@ -153,7 +153,7 @@ bool DataSet::HasGhostCellField() const
return this->HasCellField(this->GetGhostCellFieldName());
}
const vtkm::cont::Field DataSet::GetGhostCellField() const
vtkm::cont::Field DataSet::GetGhostCellField() const
{
if (this->HasGhostCellField())
{