Fix double reference compile error.

This commit is contained in:
Kenneth Moreland 2015-11-07 11:23:03 -07:00
parent 9409a54191
commit 342a57efcd

@ -72,7 +72,7 @@ struct Fetch<FetchTag,
VTKM_EXEC_EXPORT VTKM_EXEC_EXPORT
void Store(const ThreadIndicesType &, void Store(const ThreadIndicesType &,
const ExecObjectType &, const ExecObjectType &,
ValueType &) const const ThreadIndicesType &) const
{ {
// Store is a no-op. // Store is a no-op.
} }