From 1a7823c604d6baadb2af1138d4aedff3ef32a256 Mon Sep 17 00:00:00 2001 From: dpugmire Date: Thu, 18 Jun 2020 15:50:25 -0400 Subject: [PATCH] code cleanup. --- vtkm/cont/ParticleArrayCopy.h | 4 ---- vtkm/filter/ParticleAdvection.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/vtkm/cont/ParticleArrayCopy.h b/vtkm/cont/ParticleArrayCopy.h index 07cb73ea4..f62f00678 100644 --- a/vtkm/cont/ParticleArrayCopy.h +++ b/vtkm/cont/ParticleArrayCopy.h @@ -11,12 +11,8 @@ #define vtk_m_cont_ParticleArrayCopy_h #include -//#include #include -//#include -//#include #include -//#include namespace vtkm { diff --git a/vtkm/filter/ParticleAdvection.h b/vtkm/filter/ParticleAdvection.h index a62d0d45a..1e151a0bb 100644 --- a/vtkm/filter/ParticleAdvection.h +++ b/vtkm/filter/ParticleAdvection.h @@ -23,7 +23,7 @@ namespace filter /// \brief advect particles in a vector field. /// Takes as input a vector field and seed locations and generates the -/// paths taken by the seeds through the vector field. +/// end points for each seed through the vector field. class ParticleAdvection : public vtkm::filter::FilterDataSetWithField { public: